Skip to content

Commit 4435269

Browse files
committed
Fix test
1 parent 613e7a2 commit 4435269

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Foundation/FoundationInteractsWithDatabaseTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ public function testExpectsDatabaseQueryCount()
386386
$this->assertSame("Expected 3 database queries on the [testing] connection. 4 occurred.\nFailed asserting that 3 is identical to 4.", $e->getMessage());
387387
}
388388

389-
$case = new class extends TestingTestCase
389+
$case = new class('foo') extends TestingTestCase
390390
{
391391
use CreatesApplication;
392392

0 commit comments

Comments
 (0)