Kraken\_Module\Filesystem\_Partial\Filesystem\FsApiExistsPartial::testApiExists_ReturnsFalse_ForNonExistingNode PHP Method

testApiExists_ReturnsFalse_ForNonExistingNode() public method

    public function testApiExists_ReturnsFalse_ForNonExistingNode()
    {
        $test = $this->getTest();
        $fs = $this->createFilesystem();
        $test->assertFalse($fs->exists($this->getPrefixed('NULL')));
    }