Kraken\_Module\Filesystem\_Partial\Filesystem\FsApiIsFilePartial::testApiIsFile_ReturnsFalse_WhenItDoesExistButIsNotFile PHP Method

testApiIsFile_ReturnsFalse_WhenItDoesExistButIsNotFile() public method

    public function testApiIsFile_ReturnsFalse_WhenItDoesExistButIsNotFile()
    {
        $test = $this->getTest();
        $fs = $this->createFilesystem();
        $test->assertFalse($fs->isFile($this->getPrefixed('DIR_A')));
    }