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:17.
|
||||
* Generated by PHPUnit_SkeletonGenerator on 2016-12-07 at 18:50:31.
|
||||
*/
|
||||
class AttachmentControllerTest extends TestCase
|
||||
{
|
||||
@@ -27,7 +27,7 @@ class AttachmentControllerTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers FireflyIII\Http\Controllers\AttachmentController::delete
|
||||
* @covers \FireflyIII\Http\Controllers\AttachmentController::delete
|
||||
* Implement testDelete().
|
||||
*/
|
||||
public function testDelete()
|
||||
@@ -39,7 +39,7 @@ class AttachmentControllerTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers FireflyIII\Http\Controllers\AttachmentController::destroy
|
||||
* @covers \FireflyIII\Http\Controllers\AttachmentController::destroy
|
||||
* Implement testDestroy().
|
||||
*/
|
||||
public function testDestroy()
|
||||
@@ -51,7 +51,7 @@ class AttachmentControllerTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers FireflyIII\Http\Controllers\AttachmentController::download
|
||||
* @covers \FireflyIII\Http\Controllers\AttachmentController::download
|
||||
* Implement testDownload().
|
||||
*/
|
||||
public function testDownload()
|
||||
@@ -63,7 +63,7 @@ class AttachmentControllerTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers FireflyIII\Http\Controllers\AttachmentController::edit
|
||||
* @covers \FireflyIII\Http\Controllers\AttachmentController::edit
|
||||
* Implement testEdit().
|
||||
*/
|
||||
public function testEdit()
|
||||
@@ -75,7 +75,7 @@ class AttachmentControllerTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers FireflyIII\Http\Controllers\AttachmentController::preview
|
||||
* @covers \FireflyIII\Http\Controllers\AttachmentController::preview
|
||||
* Implement testPreview().
|
||||
*/
|
||||
public function testPreview()
|
||||
@@ -87,7 +87,7 @@ class AttachmentControllerTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers FireflyIII\Http\Controllers\AttachmentController::update
|
||||
* @covers \FireflyIII\Http\Controllers\AttachmentController::update
|
||||
* Implement testUpdate().
|
||||
*/
|
||||
public function testUpdate()
|
||||
|
||||
Reference in New Issue
Block a user