Kraken\_Module\Filesystem\_Partial\Filesystem\FsApiGetTypePartial::testApiGetType_ReturnsFalse_WhenNodeIsDirectory PHP Method

testApiGetType_ReturnsFalse_WhenNodeIsDirectory() public method

    public function testApiGetType_ReturnsFalse_WhenNodeIsDirectory()
    {
        $test = $this->getTest();
        $fs = $this->createFilesystem();
        $p = $this->getPrefixed('DIR_A');
        $type = 'dir';
        $test->assertSame($type, $fs->getType($p));
    }