Skip to content

Commit bf16b71

Browse files
committed
Fix incorrect test name
1 parent 79723a6 commit bf16b71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/UserTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
use examples\User;
88
use SimplePhpModelSystem\Tests\DatabaseAbstractTestCase;
99

10-
class ExpositionTest extends DatabaseAbstractTestCase
10+
class UserTest extends DatabaseAbstractTestCase
1111
{
1212

1313
private function cleanupUsers(): void

0 commit comments

Comments
 (0)