Fixes for factory tests

This commit is contained in:
David Bomba 2019-05-03 18:34:27 +10:00
parent 9538626b03
commit a823b9107e

View File

@ -85,7 +85,7 @@ class FactoryCreationTest extends TestCase
/** /**
* @test * @test
* @covers App|Factory\CloneInvoiceFactory * @covers App\Factory\CloneInvoiceFactory
*/ */
public function testCloneInvoiceCreation() public function testCloneInvoiceCreation()
{ {
@ -114,7 +114,7 @@ class FactoryCreationTest extends TestCase
/** /**
* @test * @test
* @covers App|Factory\ClientFactory * @covers App\Factory\ClientFactory
*/ */
public function testClientCreate() public function testClientCreate()
{ {
@ -129,7 +129,7 @@ class FactoryCreationTest extends TestCase
/** /**
* @test * @test
* @covers App|Factory\ClientContactFactory * @covers App\Factory\ClientContactFactory
*/ */
public function testClientContactCreate() public function testClientContactCreate()
{ {
@ -166,7 +166,7 @@ class FactoryCreationTest extends TestCase
/** /**
* @test * @test
* @covers App|Factory\UserFactory * @covers App\Factory\UserFactory
*/ */
public function testUserCreate() public function testUserCreate()
{ {