Cascade\Tests\Fixtures::getInvalidFile PHP 메소드

getInvalidFile() 공개 정적인 메소드

Return a path to a non existing file
public static getInvalidFile ( ) : string
리턴 string Wrong file path
    public static function getInvalidFile()
    {
        return 'some/non/existing/file.txt';
    }