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:
@@ -3,7 +3,7 @@
|
||||
declare(strict_types=1);
|
||||
|
||||
test('a test', function (): void {
|
||||
$this->assertArrayHasKey('key', ['key' => 'foo']);
|
||||
expect(['key' => 'foo'])->toHaveKey('key');
|
||||
});
|
||||
|
||||
test('higher order message test')->expect(true)->toBeTrue();
|
||||
|
||||
Reference in New Issue
Block a user