PMCORE-3985 PHP Unit, solve the issue in the Circle CI
This commit is contained in:
@@ -155,7 +155,7 @@ class DelegationTest extends TestCase
|
||||
*/
|
||||
public function it_return_scope_thread_id_open()
|
||||
{
|
||||
$table = factory(Delegation::class)->states('foreign_keys')->create();
|
||||
$table = Delegation::factory()->foreign_keys()->create();
|
||||
$this->assertCount(1, $table->threadIdOpen()->get());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user