Skip to content

Commit 53e99d0

Browse files
committed
Fix typo in test class name
1 parent 6433e5d commit 53e99d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/WhereClauseTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
// We need that instance to add custom error messages.
1919
// * * *
2020

21-
class WhereClauseTestTest extends TestCase
21+
class WhereClauseTest extends TestCase
2222
{
2323
/** @test */
2424
public function it_accepts_where_clause()

0 commit comments

Comments
 (0)