mirror of
https://github.com/pestphp/pest.git
synced 2026-09-05 14:23:34 +02:00
chore: coding style changes
This commit is contained in:
@@ -16,6 +16,6 @@ test('deletes file after all', function () use ($file): void {
|
||||
file_put_contents($file, 'foo');
|
||||
expect($file)->toBeFile();
|
||||
register_shutdown_function(function (): void {
|
||||
// $this->assertFileDoesNotExist($file);
|
||||
//
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user