assertDirectoryExists() public static method

Asserts that a directory exists.
public static assertDirectoryExists ( string $directory, string $message = '' )
$directory string
$message string
Esempio n. 1
0
 public function isExist()
 {
     Assert::assertDirectoryExists($this->actual, $this->description);
     return $this;
 }