mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-18 07:38:29 +00:00
Update tests.
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
|
||||
|
||||
/**
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-12-06 at 08:13:18.
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-12-07 at 18:50:32.
|
||||
*/
|
||||
class CategoryControllerTest extends TestCase
|
||||
{
|
||||
@@ -27,7 +27,7 @@ class CategoryControllerTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers FireflyIII\Http\Controllers\CategoryController::create
|
||||
* @covers \FireflyIII\Http\Controllers\CategoryController::create
|
||||
* Implement testCreate().
|
||||
*/
|
||||
public function testCreate()
|
||||
@@ -39,7 +39,7 @@ class CategoryControllerTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers FireflyIII\Http\Controllers\CategoryController::delete
|
||||
* @covers \FireflyIII\Http\Controllers\CategoryController::delete
|
||||
* Implement testDelete().
|
||||
*/
|
||||
public function testDelete()
|
||||
@@ -51,7 +51,7 @@ class CategoryControllerTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers FireflyIII\Http\Controllers\CategoryController::destroy
|
||||
* @covers \FireflyIII\Http\Controllers\CategoryController::destroy
|
||||
* Implement testDestroy().
|
||||
*/
|
||||
public function testDestroy()
|
||||
@@ -63,7 +63,7 @@ class CategoryControllerTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers FireflyIII\Http\Controllers\CategoryController::edit
|
||||
* @covers \FireflyIII\Http\Controllers\CategoryController::edit
|
||||
* Implement testEdit().
|
||||
*/
|
||||
public function testEdit()
|
||||
@@ -75,7 +75,7 @@ class CategoryControllerTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers FireflyIII\Http\Controllers\CategoryController::index
|
||||
* @covers \FireflyIII\Http\Controllers\CategoryController::index
|
||||
* Implement testIndex().
|
||||
*/
|
||||
public function testIndex()
|
||||
@@ -87,7 +87,7 @@ class CategoryControllerTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers FireflyIII\Http\Controllers\CategoryController::noCategory
|
||||
* @covers \FireflyIII\Http\Controllers\CategoryController::noCategory
|
||||
* Implement testNoCategory().
|
||||
*/
|
||||
public function testNoCategory()
|
||||
@@ -99,7 +99,7 @@ class CategoryControllerTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers FireflyIII\Http\Controllers\CategoryController::show
|
||||
* @covers \FireflyIII\Http\Controllers\CategoryController::show
|
||||
* Implement testShow().
|
||||
*/
|
||||
public function testShow()
|
||||
@@ -111,7 +111,7 @@ class CategoryControllerTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers FireflyIII\Http\Controllers\CategoryController::showByDate
|
||||
* @covers \FireflyIII\Http\Controllers\CategoryController::showByDate
|
||||
* Implement testShowByDate().
|
||||
*/
|
||||
public function testShowByDate()
|
||||
@@ -123,7 +123,7 @@ class CategoryControllerTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers FireflyIII\Http\Controllers\CategoryController::store
|
||||
* @covers \FireflyIII\Http\Controllers\CategoryController::store
|
||||
* Implement testStore().
|
||||
*/
|
||||
public function testStore()
|
||||
@@ -135,7 +135,7 @@ class CategoryControllerTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers FireflyIII\Http\Controllers\CategoryController::update
|
||||
* @covers \FireflyIII\Http\Controllers\CategoryController::update
|
||||
* Implement testUpdate().
|
||||
*/
|
||||
public function testUpdate()
|
||||
|
||||
Reference in New Issue
Block a user