Fixes for factory tests
This commit is contained in:
parent
9538626b03
commit
a823b9107e
1 changed files with 4 additions and 4 deletions
|
|
@ -85,7 +85,7 @@ class FactoryCreationTest extends TestCase
|
|||
|
||||
/**
|
||||
* @test
|
||||
* @covers App|Factory\CloneInvoiceFactory
|
||||
* @covers App\Factory\CloneInvoiceFactory
|
||||
*/
|
||||
public function testCloneInvoiceCreation()
|
||||
{
|
||||
|
|
@ -114,7 +114,7 @@ class FactoryCreationTest extends TestCase
|
|||
|
||||
/**
|
||||
* @test
|
||||
* @covers App|Factory\ClientFactory
|
||||
* @covers App\Factory\ClientFactory
|
||||
*/
|
||||
public function testClientCreate()
|
||||
{
|
||||
|
|
@ -129,7 +129,7 @@ class FactoryCreationTest extends TestCase
|
|||
|
||||
/**
|
||||
* @test
|
||||
* @covers App|Factory\ClientContactFactory
|
||||
* @covers App\Factory\ClientContactFactory
|
||||
*/
|
||||
public function testClientContactCreate()
|
||||
{
|
||||
|
|
@ -166,7 +166,7 @@ class FactoryCreationTest extends TestCase
|
|||
|
||||
/**
|
||||
* @test
|
||||
* @covers App|Factory\UserFactory
|
||||
* @covers App\Factory\UserFactory
|
||||
*/
|
||||
public function testUserCreate()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue