mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-31 09:54:34 -04:00
Fixes for factory tests
This commit is contained in:
parent
9538626b03
commit
a823b9107e
@ -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()
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user