Robo\Task\Testing\PHPUnit::file PHP Method

file() public method

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