mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -04:00
Fixes for factory tests
This commit is contained in:
parent
9538626b03
commit
a823b9107e
@ -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…
x
Reference in New Issue
Block a user