Skip to content

Commit adc0188

Browse files
committed
Laravel 12 update
1 parent 7546133 commit adc0188

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/CsFixerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ class CsFixerTest extends TestCase
99
{
1010
public function testExample()
1111
{
12-
$this->assertIsArray(CsFixer::rules());
12+
$this->assertTrue(CsFixer::rules()['@PSR12']);
1313
}
1414
}

0 commit comments

Comments
 (0)