assertFileExists($file); register_shutdown_function(function () use ($file) { $this->assertFileNotExists($file); }); });