mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-17 07:08:19 +00:00
Update tests.
This commit is contained in:
@@ -11,11 +11,12 @@
|
||||
|
||||
|
||||
/**
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-12-06 at 08:13:20.
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-12-07 at 18:50:35.
|
||||
*/
|
||||
class JsonControllerTest extends TestCase
|
||||
{
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* Sets up the fixture, for example, opens a network connection.
|
||||
@@ -27,7 +28,15 @@ class JsonControllerTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers FireflyIII\Http\Controllers\JsonController::action
|
||||
* Tears down the fixture, for example, closes a network connection.
|
||||
* This method is called after a test is executed.
|
||||
*/
|
||||
protected function tearDown()
|
||||
{
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers \FireflyIII\Http\Controllers\JsonController::action
|
||||
* Implement testAction().
|
||||
*/
|
||||
public function testAction()
|
||||
@@ -39,7 +48,7 @@ class JsonControllerTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers FireflyIII\Http\Controllers\JsonController::boxBillsPaid
|
||||
* @covers \FireflyIII\Http\Controllers\JsonController::boxBillsPaid
|
||||
* Implement testBoxBillsPaid().
|
||||
*/
|
||||
public function testBoxBillsPaid()
|
||||
@@ -51,7 +60,7 @@ class JsonControllerTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers FireflyIII\Http\Controllers\JsonController::boxBillsUnpaid
|
||||
* @covers \FireflyIII\Http\Controllers\JsonController::boxBillsUnpaid
|
||||
* Implement testBoxBillsUnpaid().
|
||||
*/
|
||||
public function testBoxBillsUnpaid()
|
||||
@@ -63,7 +72,7 @@ class JsonControllerTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers FireflyIII\Http\Controllers\JsonController::boxIn
|
||||
* @covers \FireflyIII\Http\Controllers\JsonController::boxIn
|
||||
* Implement testBoxIn().
|
||||
*/
|
||||
public function testBoxIn()
|
||||
@@ -75,7 +84,7 @@ class JsonControllerTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers FireflyIII\Http\Controllers\JsonController::boxOut
|
||||
* @covers \FireflyIII\Http\Controllers\JsonController::boxOut
|
||||
* Implement testBoxOut().
|
||||
*/
|
||||
public function testBoxOut()
|
||||
@@ -87,7 +96,7 @@ class JsonControllerTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers FireflyIII\Http\Controllers\JsonController::categories
|
||||
* @covers \FireflyIII\Http\Controllers\JsonController::categories
|
||||
* Implement testCategories().
|
||||
*/
|
||||
public function testCategories()
|
||||
@@ -99,7 +108,7 @@ class JsonControllerTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers FireflyIII\Http\Controllers\JsonController::endTour
|
||||
* @covers \FireflyIII\Http\Controllers\JsonController::endTour
|
||||
* Implement testEndTour().
|
||||
*/
|
||||
public function testEndTour()
|
||||
@@ -111,7 +120,7 @@ class JsonControllerTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers FireflyIII\Http\Controllers\JsonController::expenseAccounts
|
||||
* @covers \FireflyIII\Http\Controllers\JsonController::expenseAccounts
|
||||
* Implement testExpenseAccounts().
|
||||
*/
|
||||
public function testExpenseAccounts()
|
||||
@@ -123,7 +132,7 @@ class JsonControllerTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers FireflyIII\Http\Controllers\JsonController::revenueAccounts
|
||||
* @covers \FireflyIII\Http\Controllers\JsonController::revenueAccounts
|
||||
* Implement testRevenueAccounts().
|
||||
*/
|
||||
public function testRevenueAccounts()
|
||||
@@ -135,7 +144,7 @@ class JsonControllerTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers FireflyIII\Http\Controllers\JsonController::tags
|
||||
* @covers \FireflyIII\Http\Controllers\JsonController::tags
|
||||
* Implement testTags().
|
||||
*/
|
||||
public function testTags()
|
||||
@@ -147,7 +156,7 @@ class JsonControllerTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers FireflyIII\Http\Controllers\JsonController::tour
|
||||
* @covers \FireflyIII\Http\Controllers\JsonController::tour
|
||||
* Implement testTour().
|
||||
*/
|
||||
public function testTour()
|
||||
@@ -159,7 +168,7 @@ class JsonControllerTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers FireflyIII\Http\Controllers\JsonController::transactionJournals
|
||||
* @covers \FireflyIII\Http\Controllers\JsonController::transactionJournals
|
||||
* Implement testTransactionJournals().
|
||||
*/
|
||||
public function testTransactionJournals()
|
||||
@@ -171,7 +180,7 @@ class JsonControllerTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers FireflyIII\Http\Controllers\JsonController::trigger
|
||||
* @covers \FireflyIII\Http\Controllers\JsonController::trigger
|
||||
* Implement testTrigger().
|
||||
*/
|
||||
public function testTrigger()
|
||||
@@ -181,12 +190,4 @@ class JsonControllerTest extends TestCase
|
||||
'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.
|
||||
*/
|
||||
protected function tearDown()
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user