Robo\Task\Testing\PHPUnit::file PHP Метод

file() публичный Метод

Test the provided file.
public file ( string $file )
$file string path to file to test
    public function file($file)
    {
        return $this->files($file);
    }