mirror of
https://github.com/pestphp/pest.git
synced 2026-07-23 18:10:03 +02:00
chore: moves to coding stlye
This commit is contained in:
@@ -14,7 +14,7 @@ abstract class MyCustomClass extends TestCase
|
||||
{
|
||||
public function assertTrueIsTrue(): void
|
||||
{
|
||||
$this->assertTrue(true);
|
||||
expect(true)->toBeTrue();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user