assertTrue(FileExistsUsingExec::fileExists(__DIR__ . '/FileExistsTest.php')); $this->assertFalse(FileExistsUsingExec::fileExists(__DIR__ . '/not-here.php')); } } }