Kraken\_Unit\Filesystem\FilesystemTest::testApiExists_ReturnsTrue_WhenModelHasReturnsTrue PHP Метод

testApiExists_ReturnsTrue_WhenModelHasReturnsTrue() публичный Метод

    public function testApiExists_ReturnsTrue_WhenModelHasReturnsTrue()
    {
        $this->expect('has', ['path'])->willReturn(true);
        $this->assertTrue($this->fs->exists('path'));
    }
FilesystemTest