Respect\Validation\Rules\ExistsTest::testExistentFileShouldReturnTrue PHP Method

testExistentFileShouldReturnTrue() public method

    public function testExistentFileShouldReturnTrue($file)
    {
        $rule = new Exists();
        $this->assertTrue($rule->validate($file->url()));
    }