mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
New test files.
This commit is contained in:
parent
2ca584f097
commit
a05c8ca351
@ -1,4 +1,13 @@
|
||||
<?php
|
||||
/**
|
||||
* AccountControllerTest.php
|
||||
* Copyright (C) 2016 thegrumpydictator@gmail.com
|
||||
*
|
||||
* This software may be modified and distributed under the terms of the
|
||||
* Creative Commons Attribution-ShareAlike 4.0 International License.
|
||||
*
|
||||
* See the LICENSE file for details.
|
||||
*/
|
||||
|
||||
|
||||
/**
|
||||
@ -97,7 +106,7 @@ class AccountControllerTest extends TestCase
|
||||
*
|
||||
* @param string $range
|
||||
*/
|
||||
public function testShowWithDate(string $range)
|
||||
public function testShowByDate(string $range)
|
||||
{
|
||||
$this->be($this->user());
|
||||
$this->changeDateRange($this->user(), $range);
|
||||
|
@ -1,10 +1,20 @@
|
||||
<?php
|
||||
/**
|
||||
* ConfigurationControllerTest.php
|
||||
* Copyright (C) 2016 thegrumpydictator@gmail.com
|
||||
*
|
||||
* This software may be modified and distributed under the terms of the
|
||||
* Creative Commons Attribution-ShareAlike 4.0 International License.
|
||||
*
|
||||
* See the LICENSE file for details.
|
||||
*/
|
||||
|
||||
namespace Admin;
|
||||
|
||||
use TestCase;
|
||||
|
||||
/**
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-12-04 at 07:07:38.
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-12-06 at 08:13:17.
|
||||
*/
|
||||
class ConfigurationControllerTest extends TestCase
|
||||
{
|
||||
|
@ -1,10 +1,20 @@
|
||||
<?php
|
||||
/**
|
||||
* DomainControllerTest.php
|
||||
* Copyright (C) 2016 thegrumpydictator@gmail.com
|
||||
*
|
||||
* This software may be modified and distributed under the terms of the
|
||||
* Creative Commons Attribution-ShareAlike 4.0 International License.
|
||||
*
|
||||
* See the LICENSE file for details.
|
||||
*/
|
||||
|
||||
namespace Admin;
|
||||
|
||||
use TestCase;
|
||||
|
||||
/**
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-12-04 at 07:07:38.
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-12-06 at 08:13:17.
|
||||
*/
|
||||
class DomainControllerTest extends TestCase
|
||||
{
|
||||
|
@ -1,10 +1,20 @@
|
||||
<?php
|
||||
/**
|
||||
* HomeControllerTest.php
|
||||
* Copyright (C) 2016 thegrumpydictator@gmail.com
|
||||
*
|
||||
* This software may be modified and distributed under the terms of the
|
||||
* Creative Commons Attribution-ShareAlike 4.0 International License.
|
||||
*
|
||||
* See the LICENSE file for details.
|
||||
*/
|
||||
|
||||
namespace Admin;
|
||||
|
||||
use TestCase;
|
||||
|
||||
/**
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-12-04 at 07:07:38.
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-12-06 at 08:13:17.
|
||||
*/
|
||||
class HomeControllerTest extends TestCase
|
||||
{
|
||||
|
@ -1,10 +1,20 @@
|
||||
<?php
|
||||
/**
|
||||
* UserControllerTest.php
|
||||
* Copyright (C) 2016 thegrumpydictator@gmail.com
|
||||
*
|
||||
* This software may be modified and distributed under the terms of the
|
||||
* Creative Commons Attribution-ShareAlike 4.0 International License.
|
||||
*
|
||||
* See the LICENSE file for details.
|
||||
*/
|
||||
|
||||
namespace Admin;
|
||||
|
||||
use TestCase;
|
||||
|
||||
/**
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-12-04 at 07:07:38.
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-12-06 at 08:13:17.
|
||||
*/
|
||||
class UserControllerTest extends TestCase
|
||||
{
|
||||
|
@ -1,8 +1,17 @@
|
||||
<?php
|
||||
/**
|
||||
* AttachmentControllerTest.php
|
||||
* Copyright (C) 2016 thegrumpydictator@gmail.com
|
||||
*
|
||||
* This software may be modified and distributed under the terms of the
|
||||
* Creative Commons Attribution-ShareAlike 4.0 International License.
|
||||
*
|
||||
* See the LICENSE file for details.
|
||||
*/
|
||||
|
||||
|
||||
/**
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-12-04 at 07:07:39.
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-12-06 at 08:13:17.
|
||||
*/
|
||||
class AttachmentControllerTest extends TestCase
|
||||
{
|
||||
|
@ -1,10 +1,20 @@
|
||||
<?php
|
||||
/**
|
||||
* ConfirmationControllerTest.php
|
||||
* Copyright (C) 2016 thegrumpydictator@gmail.com
|
||||
*
|
||||
* This software may be modified and distributed under the terms of the
|
||||
* Creative Commons Attribution-ShareAlike 4.0 International License.
|
||||
*
|
||||
* See the LICENSE file for details.
|
||||
*/
|
||||
|
||||
namespace Auth;
|
||||
|
||||
use TestCase;
|
||||
|
||||
/**
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-12-04 at 07:07:39.
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-12-06 at 08:13:17.
|
||||
*/
|
||||
class ConfirmationControllerTest extends TestCase
|
||||
{
|
||||
|
@ -1,10 +1,20 @@
|
||||
<?php
|
||||
/**
|
||||
* ForgotPasswordControllerTest.php
|
||||
* Copyright (C) 2016 thegrumpydictator@gmail.com
|
||||
*
|
||||
* This software may be modified and distributed under the terms of the
|
||||
* Creative Commons Attribution-ShareAlike 4.0 International License.
|
||||
*
|
||||
* See the LICENSE file for details.
|
||||
*/
|
||||
|
||||
namespace Auth;
|
||||
|
||||
use TestCase;
|
||||
|
||||
/**
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-12-04 at 07:07:39.
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-12-06 at 08:13:18.
|
||||
*/
|
||||
class ForgotPasswordControllerTest extends TestCase
|
||||
{
|
||||
|
@ -1,10 +1,20 @@
|
||||
<?php
|
||||
/**
|
||||
* LoginControllerTest.php
|
||||
* Copyright (C) 2016 thegrumpydictator@gmail.com
|
||||
*
|
||||
* This software may be modified and distributed under the terms of the
|
||||
* Creative Commons Attribution-ShareAlike 4.0 International License.
|
||||
*
|
||||
* See the LICENSE file for details.
|
||||
*/
|
||||
|
||||
namespace Auth;
|
||||
|
||||
use TestCase;
|
||||
|
||||
/**
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-12-04 at 07:07:39.
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-12-06 at 08:13:18.
|
||||
*/
|
||||
class LoginControllerTest extends TestCase
|
||||
{
|
||||
|
@ -1,10 +1,20 @@
|
||||
<?php
|
||||
/**
|
||||
* PasswordControllerTest.php
|
||||
* Copyright (C) 2016 thegrumpydictator@gmail.com
|
||||
*
|
||||
* This software may be modified and distributed under the terms of the
|
||||
* Creative Commons Attribution-ShareAlike 4.0 International License.
|
||||
*
|
||||
* See the LICENSE file for details.
|
||||
*/
|
||||
|
||||
namespace Auth;
|
||||
|
||||
use TestCase;
|
||||
|
||||
/**
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-12-04 at 07:07:39.
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-12-06 at 08:13:18.
|
||||
*/
|
||||
class PasswordControllerTest extends TestCase
|
||||
{
|
||||
|
@ -1,10 +1,20 @@
|
||||
<?php
|
||||
/**
|
||||
* RegisterControllerTest.php
|
||||
* Copyright (C) 2016 thegrumpydictator@gmail.com
|
||||
*
|
||||
* This software may be modified and distributed under the terms of the
|
||||
* Creative Commons Attribution-ShareAlike 4.0 International License.
|
||||
*
|
||||
* See the LICENSE file for details.
|
||||
*/
|
||||
|
||||
namespace Auth;
|
||||
|
||||
use TestCase;
|
||||
|
||||
/**
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-12-04 at 07:07:39.
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-12-06 at 08:13:18.
|
||||
*/
|
||||
class RegisterControllerTest extends TestCase
|
||||
{
|
||||
|
@ -1,10 +1,20 @@
|
||||
<?php
|
||||
/**
|
||||
* ResetPasswordControllerTest.php
|
||||
* Copyright (C) 2016 thegrumpydictator@gmail.com
|
||||
*
|
||||
* This software may be modified and distributed under the terms of the
|
||||
* Creative Commons Attribution-ShareAlike 4.0 International License.
|
||||
*
|
||||
* See the LICENSE file for details.
|
||||
*/
|
||||
|
||||
namespace Auth;
|
||||
|
||||
use TestCase;
|
||||
|
||||
/**
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-12-04 at 07:07:39.
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-12-06 at 08:13:18.
|
||||
*/
|
||||
class ResetPasswordControllerTest extends TestCase
|
||||
{
|
||||
|
@ -1,10 +1,20 @@
|
||||
<?php
|
||||
/**
|
||||
* TwoFactorControllerTest.php
|
||||
* Copyright (C) 2016 thegrumpydictator@gmail.com
|
||||
*
|
||||
* This software may be modified and distributed under the terms of the
|
||||
* Creative Commons Attribution-ShareAlike 4.0 International License.
|
||||
*
|
||||
* See the LICENSE file for details.
|
||||
*/
|
||||
|
||||
namespace Auth;
|
||||
|
||||
use TestCase;
|
||||
|
||||
/**
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-12-04 at 07:07:39.
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-12-06 at 08:13:18.
|
||||
*/
|
||||
class TwoFactorControllerTest extends TestCase
|
||||
{
|
||||
|
@ -1,8 +1,17 @@
|
||||
<?php
|
||||
/**
|
||||
* BillControllerTest.php
|
||||
* Copyright (C) 2016 thegrumpydictator@gmail.com
|
||||
*
|
||||
* This software may be modified and distributed under the terms of the
|
||||
* Creative Commons Attribution-ShareAlike 4.0 International License.
|
||||
*
|
||||
* See the LICENSE file for details.
|
||||
*/
|
||||
|
||||
|
||||
/**
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-12-04 at 07:07:39.
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-12-06 at 08:13:18.
|
||||
*/
|
||||
class BillControllerTest extends TestCase
|
||||
{
|
||||
|
@ -1,8 +1,17 @@
|
||||
<?php
|
||||
/**
|
||||
* BudgetControllerTest.php
|
||||
* Copyright (C) 2016 thegrumpydictator@gmail.com
|
||||
*
|
||||
* This software may be modified and distributed under the terms of the
|
||||
* Creative Commons Attribution-ShareAlike 4.0 International License.
|
||||
*
|
||||
* See the LICENSE file for details.
|
||||
*/
|
||||
|
||||
|
||||
/**
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-12-04 at 07:07:40.
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-12-06 at 08:13:18.
|
||||
*/
|
||||
class BudgetControllerTest extends TestCase
|
||||
{
|
||||
@ -126,10 +135,10 @@ class BudgetControllerTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers FireflyIII\Http\Controllers\BudgetController::showWithRepetition
|
||||
* Implement testShowWithRepetition().
|
||||
* @covers FireflyIII\Http\Controllers\BudgetController::showByRepetition
|
||||
* Implement testShowByRepetition().
|
||||
*/
|
||||
public function testShowWithRepetition()
|
||||
public function testShowByRepetition()
|
||||
{
|
||||
// Remove the following lines when you implement this test.
|
||||
$this->markTestIncomplete(
|
||||
|
@ -1,8 +1,17 @@
|
||||
<?php
|
||||
/**
|
||||
* CategoryControllerTest.php
|
||||
* Copyright (C) 2016 thegrumpydictator@gmail.com
|
||||
*
|
||||
* This software may be modified and distributed under the terms of the
|
||||
* Creative Commons Attribution-ShareAlike 4.0 International License.
|
||||
*
|
||||
* See the LICENSE file for details.
|
||||
*/
|
||||
|
||||
|
||||
/**
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-12-04 at 07:07:40.
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-12-06 at 08:13:18.
|
||||
*/
|
||||
class CategoryControllerTest extends TestCase
|
||||
{
|
||||
@ -102,10 +111,10 @@ class CategoryControllerTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers FireflyIII\Http\Controllers\CategoryController::showWithDate
|
||||
* Implement testShowWithDate().
|
||||
* @covers FireflyIII\Http\Controllers\CategoryController::showByDate
|
||||
* Implement testShowByDate().
|
||||
*/
|
||||
public function testShowWithDate()
|
||||
public function testShowByDate()
|
||||
{
|
||||
// Remove the following lines when you implement this test.
|
||||
$this->markTestIncomplete(
|
||||
|
@ -1,10 +1,20 @@
|
||||
<?php
|
||||
/**
|
||||
* AccountControllerTest.php
|
||||
* Copyright (C) 2016 thegrumpydictator@gmail.com
|
||||
*
|
||||
* This software may be modified and distributed under the terms of the
|
||||
* Creative Commons Attribution-ShareAlike 4.0 International License.
|
||||
*
|
||||
* See the LICENSE file for details.
|
||||
*/
|
||||
|
||||
namespace Chart;
|
||||
|
||||
use TestCase;
|
||||
|
||||
/**
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-12-04 at 07:07:40.
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-12-06 at 08:13:19.
|
||||
*/
|
||||
class AccountControllerTest extends TestCase
|
||||
{
|
||||
@ -32,10 +42,10 @@ class AccountControllerTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers FireflyIII\Http\Controllers\Chart\AccountController::expenseByBudget
|
||||
* Implement testExpenseByBudget().
|
||||
* @covers FireflyIII\Http\Controllers\Chart\AccountController::expenseBudget
|
||||
* Implement testExpenseBudget().
|
||||
*/
|
||||
public function testExpenseByBudget()
|
||||
public function testExpenseBudget()
|
||||
{
|
||||
// Remove the following lines when you implement this test.
|
||||
$this->markTestIncomplete(
|
||||
@ -44,10 +54,10 @@ class AccountControllerTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers FireflyIII\Http\Controllers\Chart\AccountController::expenseByCategory
|
||||
* Implement testExpenseByCategory().
|
||||
* @covers FireflyIII\Http\Controllers\Chart\AccountController::expenseCategory
|
||||
* Implement testExpenseCategory().
|
||||
*/
|
||||
public function testExpenseByCategory()
|
||||
public function testExpenseCategory()
|
||||
{
|
||||
// Remove the following lines when you implement this test.
|
||||
$this->markTestIncomplete(
|
||||
@ -68,10 +78,10 @@ class AccountControllerTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers FireflyIII\Http\Controllers\Chart\AccountController::incomeByCategory
|
||||
* Implement testIncomeByCategory().
|
||||
* @covers FireflyIII\Http\Controllers\Chart\AccountController::incomeCategory
|
||||
* Implement testIncomeCategory().
|
||||
*/
|
||||
public function testIncomeByCategory()
|
||||
public function testIncomeCategory()
|
||||
{
|
||||
// Remove the following lines when you implement this test.
|
||||
$this->markTestIncomplete(
|
||||
|
@ -1,10 +1,20 @@
|
||||
<?php
|
||||
/**
|
||||
* BillControllerTest.php
|
||||
* Copyright (C) 2016 thegrumpydictator@gmail.com
|
||||
*
|
||||
* This software may be modified and distributed under the terms of the
|
||||
* Creative Commons Attribution-ShareAlike 4.0 International License.
|
||||
*
|
||||
* See the LICENSE file for details.
|
||||
*/
|
||||
|
||||
namespace Chart;
|
||||
|
||||
use TestCase;
|
||||
|
||||
/**
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-12-04 at 07:07:40.
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-12-06 at 08:13:19.
|
||||
*/
|
||||
class BillControllerTest extends TestCase
|
||||
{
|
||||
|
@ -1,10 +1,20 @@
|
||||
<?php
|
||||
/**
|
||||
* BudgetControllerTest.php
|
||||
* Copyright (C) 2016 thegrumpydictator@gmail.com
|
||||
*
|
||||
* This software may be modified and distributed under the terms of the
|
||||
* Creative Commons Attribution-ShareAlike 4.0 International License.
|
||||
*
|
||||
* See the LICENSE file for details.
|
||||
*/
|
||||
|
||||
namespace Chart;
|
||||
|
||||
use TestCase;
|
||||
|
||||
/**
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-12-04 at 07:07:40.
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-12-06 at 08:13:19.
|
||||
*/
|
||||
class BudgetControllerTest extends TestCase
|
||||
{
|
||||
@ -67,6 +77,18 @@ class BudgetControllerTest extends TestCase
|
||||
);
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers FireflyIII\Http\Controllers\Chart\BudgetController::periodNoBudget
|
||||
* Implement testPeriodNoBudget().
|
||||
*/
|
||||
public function testPeriodNoBudget()
|
||||
{
|
||||
// Remove the following lines when you implement this test.
|
||||
$this->markTestIncomplete(
|
||||
'This test has not been implemented yet.'
|
||||
);
|
||||
}
|
||||
|
||||
/**
|
||||
* Tears down the fixture, for example, closes a network connection.
|
||||
* This method is called after a test is executed.
|
||||
|
@ -1,10 +1,20 @@
|
||||
<?php
|
||||
/**
|
||||
* CategoryControllerTest.php
|
||||
* Copyright (C) 2016 thegrumpydictator@gmail.com
|
||||
*
|
||||
* This software may be modified and distributed under the terms of the
|
||||
* Creative Commons Attribution-ShareAlike 4.0 International License.
|
||||
*
|
||||
* See the LICENSE file for details.
|
||||
*/
|
||||
|
||||
namespace Chart;
|
||||
|
||||
use TestCase;
|
||||
|
||||
/**
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-12-04 at 07:07:40.
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-12-06 at 08:13:19.
|
||||
*/
|
||||
class CategoryControllerTest extends TestCase
|
||||
{
|
||||
@ -67,6 +77,18 @@ class CategoryControllerTest extends TestCase
|
||||
);
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers FireflyIII\Http\Controllers\Chart\CategoryController::reportPeriodNoCategory
|
||||
* Implement testReportPeriodNoCategory().
|
||||
*/
|
||||
public function testReportPeriodNoCategory()
|
||||
{
|
||||
// Remove the following lines when you implement this test.
|
||||
$this->markTestIncomplete(
|
||||
'This test has not been implemented yet.'
|
||||
);
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers FireflyIII\Http\Controllers\Chart\CategoryController::specificPeriod
|
||||
* Implement testSpecificPeriod().
|
||||
|
@ -1,10 +1,20 @@
|
||||
<?php
|
||||
/**
|
||||
* CategoryReportControllerTest.php
|
||||
* Copyright (C) 2016 thegrumpydictator@gmail.com
|
||||
*
|
||||
* This software may be modified and distributed under the terms of the
|
||||
* Creative Commons Attribution-ShareAlike 4.0 International License.
|
||||
*
|
||||
* See the LICENSE file for details.
|
||||
*/
|
||||
|
||||
namespace Chart;
|
||||
|
||||
use TestCase;
|
||||
|
||||
/**
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-12-04 at 07:07:40.
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-12-06 at 08:13:19.
|
||||
*/
|
||||
class CategoryReportControllerTest extends TestCase
|
||||
{
|
||||
|
@ -1,10 +1,20 @@
|
||||
<?php
|
||||
/**
|
||||
* PiggyBankControllerTest.php
|
||||
* Copyright (C) 2016 thegrumpydictator@gmail.com
|
||||
*
|
||||
* This software may be modified and distributed under the terms of the
|
||||
* Creative Commons Attribution-ShareAlike 4.0 International License.
|
||||
*
|
||||
* See the LICENSE file for details.
|
||||
*/
|
||||
|
||||
namespace Chart;
|
||||
|
||||
use TestCase;
|
||||
|
||||
/**
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-12-04 at 07:07:40.
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-12-06 at 08:13:19.
|
||||
*/
|
||||
class PiggyBankControllerTest extends TestCase
|
||||
{
|
||||
|
@ -1,10 +1,20 @@
|
||||
<?php
|
||||
/**
|
||||
* ReportControllerTest.php
|
||||
* Copyright (C) 2016 thegrumpydictator@gmail.com
|
||||
*
|
||||
* This software may be modified and distributed under the terms of the
|
||||
* Creative Commons Attribution-ShareAlike 4.0 International License.
|
||||
*
|
||||
* See the LICENSE file for details.
|
||||
*/
|
||||
|
||||
namespace Chart;
|
||||
|
||||
use TestCase;
|
||||
|
||||
/**
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-12-04 at 07:07:41.
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-12-06 at 08:13:19.
|
||||
*/
|
||||
class ReportControllerTest extends TestCase
|
||||
{
|
||||
@ -32,10 +42,10 @@ class ReportControllerTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers FireflyIII\Http\Controllers\Chart\ReportController::yearInOut
|
||||
* Implement testYearInOut().
|
||||
* @covers FireflyIII\Http\Controllers\Chart\ReportController::operations
|
||||
* Implement testOperations().
|
||||
*/
|
||||
public function testYearInOut()
|
||||
public function testOperations()
|
||||
{
|
||||
// Remove the following lines when you implement this test.
|
||||
$this->markTestIncomplete(
|
||||
@ -44,10 +54,10 @@ class ReportControllerTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers FireflyIII\Http\Controllers\Chart\ReportController::yearInOutSummarized
|
||||
* Implement testYearInOutSummarized().
|
||||
* @covers FireflyIII\Http\Controllers\Chart\ReportController::sum
|
||||
* Implement testSum().
|
||||
*/
|
||||
public function testYearInOutSummarized()
|
||||
public function testSum()
|
||||
{
|
||||
// Remove the following lines when you implement this test.
|
||||
$this->markTestIncomplete(
|
||||
|
@ -1,8 +1,17 @@
|
||||
<?php
|
||||
/**
|
||||
* ControllerTest.php
|
||||
* Copyright (C) 2016 thegrumpydictator@gmail.com
|
||||
*
|
||||
* This software may be modified and distributed under the terms of the
|
||||
* Creative Commons Attribution-ShareAlike 4.0 International License.
|
||||
*
|
||||
* See the LICENSE file for details.
|
||||
*/
|
||||
|
||||
|
||||
/**
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-12-04 at 07:07:41.
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-12-06 at 08:13:20.
|
||||
*/
|
||||
class ControllerTest extends TestCase
|
||||
{
|
||||
|
@ -1,8 +1,17 @@
|
||||
<?php
|
||||
/**
|
||||
* CurrencyControllerTest.php
|
||||
* Copyright (C) 2016 thegrumpydictator@gmail.com
|
||||
*
|
||||
* This software may be modified and distributed under the terms of the
|
||||
* Creative Commons Attribution-ShareAlike 4.0 International License.
|
||||
*
|
||||
* See the LICENSE file for details.
|
||||
*/
|
||||
|
||||
|
||||
/**
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-12-04 at 07:07:41.
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-12-06 at 08:13:20.
|
||||
*/
|
||||
class CurrencyControllerTest extends TestCase
|
||||
{
|
||||
|
@ -1,8 +1,17 @@
|
||||
<?php
|
||||
/**
|
||||
* ExportControllerTest.php
|
||||
* Copyright (C) 2016 thegrumpydictator@gmail.com
|
||||
*
|
||||
* This software may be modified and distributed under the terms of the
|
||||
* Creative Commons Attribution-ShareAlike 4.0 International License.
|
||||
*
|
||||
* See the LICENSE file for details.
|
||||
*/
|
||||
|
||||
|
||||
/**
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-12-04 at 07:07:41.
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-12-06 at 08:13:20.
|
||||
*/
|
||||
class ExportControllerTest extends TestCase
|
||||
{
|
||||
|
@ -1,8 +1,17 @@
|
||||
<?php
|
||||
/**
|
||||
* HelpControllerTest.php
|
||||
* Copyright (C) 2016 thegrumpydictator@gmail.com
|
||||
*
|
||||
* This software may be modified and distributed under the terms of the
|
||||
* Creative Commons Attribution-ShareAlike 4.0 International License.
|
||||
*
|
||||
* See the LICENSE file for details.
|
||||
*/
|
||||
|
||||
|
||||
/**
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-12-04 at 07:07:42.
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-12-06 at 08:13:20.
|
||||
*/
|
||||
class HelpControllerTest extends TestCase
|
||||
{
|
||||
|
@ -1,8 +1,17 @@
|
||||
<?php
|
||||
/**
|
||||
* ImportControllerTest.php
|
||||
* Copyright (C) 2016 thegrumpydictator@gmail.com
|
||||
*
|
||||
* This software may be modified and distributed under the terms of the
|
||||
* Creative Commons Attribution-ShareAlike 4.0 International License.
|
||||
*
|
||||
* See the LICENSE file for details.
|
||||
*/
|
||||
|
||||
|
||||
/**
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-12-04 at 07:07:42.
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-12-06 at 08:13:20.
|
||||
*/
|
||||
class ImportControllerTest extends TestCase
|
||||
{
|
||||
|
@ -1,8 +1,17 @@
|
||||
<?php
|
||||
/**
|
||||
* JsonControllerTest.php
|
||||
* Copyright (C) 2016 thegrumpydictator@gmail.com
|
||||
*
|
||||
* This software may be modified and distributed under the terms of the
|
||||
* Creative Commons Attribution-ShareAlike 4.0 International License.
|
||||
*
|
||||
* See the LICENSE file for details.
|
||||
*/
|
||||
|
||||
|
||||
/**
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-12-04 at 07:07:42.
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-12-06 at 08:13:20.
|
||||
*/
|
||||
class JsonControllerTest extends TestCase
|
||||
{
|
||||
|
@ -1,8 +1,17 @@
|
||||
<?php
|
||||
/**
|
||||
* NewUserControllerTest.php
|
||||
* Copyright (C) 2016 thegrumpydictator@gmail.com
|
||||
*
|
||||
* This software may be modified and distributed under the terms of the
|
||||
* Creative Commons Attribution-ShareAlike 4.0 International License.
|
||||
*
|
||||
* See the LICENSE file for details.
|
||||
*/
|
||||
|
||||
|
||||
/**
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-12-04 at 07:07:42.
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-12-06 at 08:13:20.
|
||||
*/
|
||||
class NewUserControllerTest extends TestCase
|
||||
{
|
||||
|
@ -1,8 +1,17 @@
|
||||
<?php
|
||||
/**
|
||||
* PiggyBankControllerTest.php
|
||||
* Copyright (C) 2016 thegrumpydictator@gmail.com
|
||||
*
|
||||
* This software may be modified and distributed under the terms of the
|
||||
* Creative Commons Attribution-ShareAlike 4.0 International License.
|
||||
*
|
||||
* See the LICENSE file for details.
|
||||
*/
|
||||
|
||||
|
||||
/**
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-12-04 at 07:07:43.
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-12-06 at 08:13:21.
|
||||
*/
|
||||
class PiggyBankControllerTest extends TestCase
|
||||
{
|
||||
|
@ -1,10 +1,20 @@
|
||||
<?php
|
||||
/**
|
||||
* ReportControllerTest.php
|
||||
* Copyright (C) 2016 thegrumpydictator@gmail.com
|
||||
*
|
||||
* This software may be modified and distributed under the terms of the
|
||||
* Creative Commons Attribution-ShareAlike 4.0 International License.
|
||||
*
|
||||
* See the LICENSE file for details.
|
||||
*/
|
||||
|
||||
namespace Popup;
|
||||
|
||||
use TestCase;
|
||||
|
||||
/**
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-12-04 at 07:07:43.
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-12-06 at 08:13:21.
|
||||
*/
|
||||
class ReportControllerTest extends TestCase
|
||||
{
|
||||
@ -20,10 +30,10 @@ class ReportControllerTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers FireflyIII\Http\Controllers\Popup\ReportController::info
|
||||
* Implement testInfo().
|
||||
* @covers FireflyIII\Http\Controllers\Popup\ReportController::general
|
||||
* Implement testGeneral().
|
||||
*/
|
||||
public function testInfo()
|
||||
public function testGeneral()
|
||||
{
|
||||
// Remove the following lines when you implement this test.
|
||||
$this->markTestIncomplete(
|
||||
|
@ -1,8 +1,17 @@
|
||||
<?php
|
||||
/**
|
||||
* PreferencesControllerTest.php
|
||||
* Copyright (C) 2016 thegrumpydictator@gmail.com
|
||||
*
|
||||
* This software may be modified and distributed under the terms of the
|
||||
* Creative Commons Attribution-ShareAlike 4.0 International License.
|
||||
*
|
||||
* See the LICENSE file for details.
|
||||
*/
|
||||
|
||||
|
||||
/**
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-12-04 at 07:07:43.
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-12-06 at 08:13:21.
|
||||
*/
|
||||
class PreferencesControllerTest extends TestCase
|
||||
{
|
||||
|
@ -1,8 +1,17 @@
|
||||
<?php
|
||||
/**
|
||||
* ProfileControllerTest.php
|
||||
* Copyright (C) 2016 thegrumpydictator@gmail.com
|
||||
*
|
||||
* This software may be modified and distributed under the terms of the
|
||||
* Creative Commons Attribution-ShareAlike 4.0 International License.
|
||||
*
|
||||
* See the LICENSE file for details.
|
||||
*/
|
||||
|
||||
|
||||
/**
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-12-04 at 07:07:43.
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-12-06 at 08:13:21.
|
||||
*/
|
||||
class ProfileControllerTest extends TestCase
|
||||
{
|
||||
|
@ -1,10 +1,20 @@
|
||||
<?php
|
||||
/**
|
||||
* AccountControllerTest.php
|
||||
* Copyright (C) 2016 thegrumpydictator@gmail.com
|
||||
*
|
||||
* This software may be modified and distributed under the terms of the
|
||||
* Creative Commons Attribution-ShareAlike 4.0 International License.
|
||||
*
|
||||
* See the LICENSE file for details.
|
||||
*/
|
||||
|
||||
namespace Report;
|
||||
|
||||
use TestCase;
|
||||
|
||||
/**
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-12-04 at 07:07:43.
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-12-06 at 08:13:21.
|
||||
*/
|
||||
class AccountControllerTest extends TestCase
|
||||
{
|
||||
@ -20,10 +30,10 @@ class AccountControllerTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers FireflyIII\Http\Controllers\Report\AccountController::accountReport
|
||||
* Implement testAccountReport().
|
||||
* @covers FireflyIII\Http\Controllers\Report\AccountController::general
|
||||
* Implement testGeneral().
|
||||
*/
|
||||
public function testAccountReport()
|
||||
public function testGeneral()
|
||||
{
|
||||
// Remove the following lines when you implement this test.
|
||||
$this->markTestIncomplete(
|
||||
|
@ -1,10 +1,20 @@
|
||||
<?php
|
||||
/**
|
||||
* BalanceControllerTest.php
|
||||
* Copyright (C) 2016 thegrumpydictator@gmail.com
|
||||
*
|
||||
* This software may be modified and distributed under the terms of the
|
||||
* Creative Commons Attribution-ShareAlike 4.0 International License.
|
||||
*
|
||||
* See the LICENSE file for details.
|
||||
*/
|
||||
|
||||
namespace Report;
|
||||
|
||||
use TestCase;
|
||||
|
||||
/**
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-12-04 at 07:07:43.
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-12-06 at 08:13:21.
|
||||
*/
|
||||
class BalanceControllerTest extends TestCase
|
||||
{
|
||||
@ -20,10 +30,10 @@ class BalanceControllerTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers FireflyIII\Http\Controllers\Report\BalanceController::balanceReport
|
||||
* Implement testBalanceReport().
|
||||
* @covers FireflyIII\Http\Controllers\Report\BalanceController::general
|
||||
* Implement testGeneral().
|
||||
*/
|
||||
public function testBalanceReport()
|
||||
public function testGeneral()
|
||||
{
|
||||
// Remove the following lines when you implement this test.
|
||||
$this->markTestIncomplete(
|
||||
|
@ -1,10 +1,20 @@
|
||||
<?php
|
||||
/**
|
||||
* BudgetControllerTest.php
|
||||
* Copyright (C) 2016 thegrumpydictator@gmail.com
|
||||
*
|
||||
* This software may be modified and distributed under the terms of the
|
||||
* Creative Commons Attribution-ShareAlike 4.0 International License.
|
||||
*
|
||||
* See the LICENSE file for details.
|
||||
*/
|
||||
|
||||
namespace Report;
|
||||
|
||||
use TestCase;
|
||||
|
||||
/**
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-12-04 at 07:07:44.
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-12-06 at 08:13:22.
|
||||
*/
|
||||
class BudgetControllerTest extends TestCase
|
||||
{
|
||||
@ -20,10 +30,10 @@ class BudgetControllerTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers FireflyIII\Http\Controllers\Report\BudgetController::budgetPeriodReport
|
||||
* Implement testBudgetPeriodReport().
|
||||
* @covers FireflyIII\Http\Controllers\Report\BudgetController::general
|
||||
* Implement testGeneral().
|
||||
*/
|
||||
public function testBudgetPeriodReport()
|
||||
public function testGeneral()
|
||||
{
|
||||
// Remove the following lines when you implement this test.
|
||||
$this->markTestIncomplete(
|
||||
@ -32,10 +42,10 @@ class BudgetControllerTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers FireflyIII\Http\Controllers\Report\BudgetController::budgetReport
|
||||
* Implement testBudgetReport().
|
||||
* @covers FireflyIII\Http\Controllers\Report\BudgetController::period
|
||||
* Implement testPeriod().
|
||||
*/
|
||||
public function testBudgetReport()
|
||||
public function testPeriod()
|
||||
{
|
||||
// Remove the following lines when you implement this test.
|
||||
$this->markTestIncomplete(
|
||||
|
@ -1,10 +1,20 @@
|
||||
<?php
|
||||
/**
|
||||
* CategoryControllerTest.php
|
||||
* Copyright (C) 2016 thegrumpydictator@gmail.com
|
||||
*
|
||||
* This software may be modified and distributed under the terms of the
|
||||
* Creative Commons Attribution-ShareAlike 4.0 International License.
|
||||
*
|
||||
* See the LICENSE file for details.
|
||||
*/
|
||||
|
||||
namespace Report;
|
||||
|
||||
use TestCase;
|
||||
|
||||
/**
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-12-04 at 07:07:44.
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-12-06 at 08:13:22.
|
||||
*/
|
||||
class CategoryControllerTest extends TestCase
|
||||
{
|
||||
@ -20,10 +30,10 @@ class CategoryControllerTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers FireflyIII\Http\Controllers\Report\CategoryController::categoryPeriodReport
|
||||
* Implement testCategoryPeriodReport().
|
||||
* @covers FireflyIII\Http\Controllers\Report\CategoryController::expenses
|
||||
* Implement testExpenses().
|
||||
*/
|
||||
public function testCategoryPeriodReport()
|
||||
public function testExpenses()
|
||||
{
|
||||
// Remove the following lines when you implement this test.
|
||||
$this->markTestIncomplete(
|
||||
@ -32,10 +42,22 @@ class CategoryControllerTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers FireflyIII\Http\Controllers\Report\CategoryController::categoryReport
|
||||
* Implement testCategoryReport().
|
||||
* @covers FireflyIII\Http\Controllers\Report\CategoryController::income
|
||||
* Implement testIncome().
|
||||
*/
|
||||
public function testCategoryReport()
|
||||
public function testIncome()
|
||||
{
|
||||
// Remove the following lines when you implement this test.
|
||||
$this->markTestIncomplete(
|
||||
'This test has not been implemented yet.'
|
||||
);
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers FireflyIII\Http\Controllers\Report\CategoryController::operations
|
||||
* Implement testOperations().
|
||||
*/
|
||||
public function testOperations()
|
||||
{
|
||||
// Remove the following lines when you implement this test.
|
||||
$this->markTestIncomplete(
|
||||
|
@ -1,12 +1,22 @@
|
||||
<?php
|
||||
/**
|
||||
* OperationsControllerTest.php
|
||||
* Copyright (C) 2016 thegrumpydictator@gmail.com
|
||||
*
|
||||
* This software may be modified and distributed under the terms of the
|
||||
* Creative Commons Attribution-ShareAlike 4.0 International License.
|
||||
*
|
||||
* See the LICENSE file for details.
|
||||
*/
|
||||
|
||||
namespace Report;
|
||||
|
||||
use TestCase;
|
||||
|
||||
/**
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-12-04 at 07:07:44.
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-12-06 at 08:13:22.
|
||||
*/
|
||||
class InOutControllerTest extends TestCase
|
||||
class OperationsControllerTest extends TestCase
|
||||
{
|
||||
|
||||
|
||||
@ -20,10 +30,10 @@ class InOutControllerTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers FireflyIII\Http\Controllers\Report\InOutController::expenseReport
|
||||
* Implement testExpenseReport().
|
||||
* @covers FireflyIII\Http\Controllers\Report\OperationsController::expenses
|
||||
* Implement testExpenses().
|
||||
*/
|
||||
public function testExpenseReport()
|
||||
public function testExpenses()
|
||||
{
|
||||
// Remove the following lines when you implement this test.
|
||||
$this->markTestIncomplete(
|
||||
@ -32,10 +42,10 @@ class InOutControllerTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers FireflyIII\Http\Controllers\Report\InOutController::incExpReport
|
||||
* Implement testIncExpReport().
|
||||
* @covers FireflyIII\Http\Controllers\Report\OperationsController::income
|
||||
* Implement testIncome().
|
||||
*/
|
||||
public function testIncExpReport()
|
||||
public function testIncome()
|
||||
{
|
||||
// Remove the following lines when you implement this test.
|
||||
$this->markTestIncomplete(
|
||||
@ -44,10 +54,10 @@ class InOutControllerTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers FireflyIII\Http\Controllers\Report\InOutController::incomeReport
|
||||
* Implement testIncomeReport().
|
||||
* @covers FireflyIII\Http\Controllers\Report\OperationsController::operations
|
||||
* Implement testOperations().
|
||||
*/
|
||||
public function testIncomeReport()
|
||||
public function testOperations()
|
||||
{
|
||||
// Remove the following lines when you implement this test.
|
||||
$this->markTestIncomplete(
|
@ -1,8 +1,17 @@
|
||||
<?php
|
||||
/**
|
||||
* ReportControllerTest.php
|
||||
* Copyright (C) 2016 thegrumpydictator@gmail.com
|
||||
*
|
||||
* This software may be modified and distributed under the terms of the
|
||||
* Creative Commons Attribution-ShareAlike 4.0 International License.
|
||||
*
|
||||
* See the LICENSE file for details.
|
||||
*/
|
||||
|
||||
|
||||
/**
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-12-04 at 07:07:44.
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-12-06 at 08:13:22.
|
||||
*/
|
||||
class ReportControllerTest extends TestCase
|
||||
{
|
||||
|
@ -1,8 +1,17 @@
|
||||
<?php
|
||||
/**
|
||||
* RuleControllerTest.php
|
||||
* Copyright (C) 2016 thegrumpydictator@gmail.com
|
||||
*
|
||||
* This software may be modified and distributed under the terms of the
|
||||
* Creative Commons Attribution-ShareAlike 4.0 International License.
|
||||
*
|
||||
* See the LICENSE file for details.
|
||||
*/
|
||||
|
||||
|
||||
/**
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-12-04 at 07:07:44.
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-12-06 at 08:13:22.
|
||||
*/
|
||||
class RuleControllerTest extends TestCase
|
||||
{
|
||||
|
@ -1,8 +1,17 @@
|
||||
<?php
|
||||
/**
|
||||
* RuleGroupControllerTest.php
|
||||
* Copyright (C) 2016 thegrumpydictator@gmail.com
|
||||
*
|
||||
* This software may be modified and distributed under the terms of the
|
||||
* Creative Commons Attribution-ShareAlike 4.0 International License.
|
||||
*
|
||||
* See the LICENSE file for details.
|
||||
*/
|
||||
|
||||
|
||||
/**
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-12-04 at 07:07:44.
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-12-06 at 08:13:22.
|
||||
*/
|
||||
class RuleGroupControllerTest extends TestCase
|
||||
{
|
||||
|
@ -1,8 +1,17 @@
|
||||
<?php
|
||||
/**
|
||||
* SearchControllerTest.php
|
||||
* Copyright (C) 2016 thegrumpydictator@gmail.com
|
||||
*
|
||||
* This software may be modified and distributed under the terms of the
|
||||
* Creative Commons Attribution-ShareAlike 4.0 International License.
|
||||
*
|
||||
* See the LICENSE file for details.
|
||||
*/
|
||||
|
||||
|
||||
/**
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-12-04 at 07:07:44.
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-12-06 at 08:13:23.
|
||||
*/
|
||||
class SearchControllerTest extends TestCase
|
||||
{
|
||||
|
@ -1,8 +1,17 @@
|
||||
<?php
|
||||
/**
|
||||
* TagControllerTest.php
|
||||
* Copyright (C) 2016 thegrumpydictator@gmail.com
|
||||
*
|
||||
* This software may be modified and distributed under the terms of the
|
||||
* Creative Commons Attribution-ShareAlike 4.0 International License.
|
||||
*
|
||||
* See the LICENSE file for details.
|
||||
*/
|
||||
|
||||
|
||||
/**
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-12-04 at 07:07:45.
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-12-06 at 08:13:23.
|
||||
*/
|
||||
class TagControllerTest extends TestCase
|
||||
{
|
||||
|
@ -1,10 +1,20 @@
|
||||
<?php
|
||||
/**
|
||||
* ConvertControllerTest.php
|
||||
* Copyright (C) 2016 thegrumpydictator@gmail.com
|
||||
*
|
||||
* This software may be modified and distributed under the terms of the
|
||||
* Creative Commons Attribution-ShareAlike 4.0 International License.
|
||||
*
|
||||
* See the LICENSE file for details.
|
||||
*/
|
||||
|
||||
namespace Transaction;
|
||||
|
||||
use TestCase;
|
||||
|
||||
/**
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-12-04 at 07:07:45.
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-12-06 at 08:13:23.
|
||||
*/
|
||||
class ConvertControllerTest extends TestCase
|
||||
{
|
||||
@ -20,10 +30,10 @@ class ConvertControllerTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers FireflyIII\Http\Controllers\Transaction\ConvertController::convert
|
||||
* Implement testConvert().
|
||||
* @covers FireflyIII\Http\Controllers\Transaction\ConvertController::index
|
||||
* Implement testIndex().
|
||||
*/
|
||||
public function testConvert()
|
||||
public function testIndex()
|
||||
{
|
||||
// Remove the following lines when you implement this test.
|
||||
$this->markTestIncomplete(
|
||||
@ -32,10 +42,10 @@ class ConvertControllerTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers FireflyIII\Http\Controllers\Transaction\ConvertController::submit
|
||||
* Implement testSubmit().
|
||||
* @covers FireflyIII\Http\Controllers\Transaction\ConvertController::postIndex
|
||||
* Implement testPostIndex().
|
||||
*/
|
||||
public function testSubmit()
|
||||
public function testPostIndex()
|
||||
{
|
||||
// Remove the following lines when you implement this test.
|
||||
$this->markTestIncomplete(
|
||||
|
@ -1,10 +1,20 @@
|
||||
<?php
|
||||
/**
|
||||
* MassControllerTest.php
|
||||
* Copyright (C) 2016 thegrumpydictator@gmail.com
|
||||
*
|
||||
* This software may be modified and distributed under the terms of the
|
||||
* Creative Commons Attribution-ShareAlike 4.0 International License.
|
||||
*
|
||||
* See the LICENSE file for details.
|
||||
*/
|
||||
|
||||
namespace Transaction;
|
||||
|
||||
use TestCase;
|
||||
|
||||
/**
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-12-04 at 07:07:45.
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-12-06 at 08:13:23.
|
||||
*/
|
||||
class MassControllerTest extends TestCase
|
||||
{
|
||||
|
@ -1,10 +1,20 @@
|
||||
<?php
|
||||
/**
|
||||
* SingleControllerTest.php
|
||||
* Copyright (C) 2016 thegrumpydictator@gmail.com
|
||||
*
|
||||
* This software may be modified and distributed under the terms of the
|
||||
* Creative Commons Attribution-ShareAlike 4.0 International License.
|
||||
*
|
||||
* See the LICENSE file for details.
|
||||
*/
|
||||
|
||||
namespace Transaction;
|
||||
|
||||
use TestCase;
|
||||
|
||||
/**
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-12-04 at 07:07:45.
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-12-06 at 08:13:23.
|
||||
*/
|
||||
class SingleControllerTest extends TestCase
|
||||
{
|
||||
|
@ -1,10 +1,20 @@
|
||||
<?php
|
||||
/**
|
||||
* SplitControllerTest.php
|
||||
* Copyright (C) 2016 thegrumpydictator@gmail.com
|
||||
*
|
||||
* This software may be modified and distributed under the terms of the
|
||||
* Creative Commons Attribution-ShareAlike 4.0 International License.
|
||||
*
|
||||
* See the LICENSE file for details.
|
||||
*/
|
||||
|
||||
namespace Transaction;
|
||||
|
||||
use TestCase;
|
||||
|
||||
/**
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-12-04 at 07:07:45.
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-12-06 at 08:13:23.
|
||||
*/
|
||||
class SplitControllerTest extends TestCase
|
||||
{
|
||||
|
@ -1,8 +1,17 @@
|
||||
<?php
|
||||
/**
|
||||
* TransactionControllerTest.php
|
||||
* Copyright (C) 2016 thegrumpydictator@gmail.com
|
||||
*
|
||||
* This software may be modified and distributed under the terms of the
|
||||
* Creative Commons Attribution-ShareAlike 4.0 International License.
|
||||
*
|
||||
* See the LICENSE file for details.
|
||||
*/
|
||||
|
||||
|
||||
/**
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-12-04 at 07:07:45.
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-12-06 at 08:13:23.
|
||||
*/
|
||||
class TransactionControllerTest extends TestCase
|
||||
{
|
||||
@ -42,10 +51,10 @@ class TransactionControllerTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers FireflyIII\Http\Controllers\TransactionController::indexDate
|
||||
* Implement testIndexDate().
|
||||
* @covers FireflyIII\Http\Controllers\TransactionController::indexByDate
|
||||
* Implement testIndexByDate().
|
||||
*/
|
||||
public function testIndexDate()
|
||||
public function testIndexByDate()
|
||||
{
|
||||
// Remove the following lines when you implement this test.
|
||||
$this->markTestIncomplete(
|
||||
|
Loading…
Reference in New Issue
Block a user