mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-23 22:35:03 +00:00
Fixed test to match fixed controller.
This commit is contained in:
@@ -57,7 +57,7 @@ class CategoryControllerTest extends TestCase
|
|||||||
|
|
||||||
$this->call('GET', '/categories/delete/' . $category->id);
|
$this->call('GET', '/categories/delete/' . $category->id);
|
||||||
$this->assertResponseOk();
|
$this->assertResponseOk();
|
||||||
$this->assertViewHas('subTitle', 'Delete category' . e($category->name) . '"');
|
$this->assertViewHas('subTitle', 'Delete category "' . e($category->name) . '"');
|
||||||
}
|
}
|
||||||
|
|
||||||
public function testDestroy()
|
public function testDestroy()
|
||||||
|
Reference in New Issue
Block a user