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