KamranAhmed\Smasher\PathTest::itemTypesProvider PHP Method

itemTypesProvider() public method

public itemTypesProvider ( )
    public function itemTypesProvider()
    {
        return [[__DIR__ . '/data/output/test-dir', ['@type' => 'dir', '@name' => 'test-dir']], [__DIR__ . '/data/output/test-file.txt', ['@type' => 'file', '@content' => 'lorem ipsum', '@name' => 'test-file.txt']], [__DIR__ . '/data/output/test-link', ['@type' => 'link', '@destination' => __DIR__ . '/data/sample-path', '@name' => 'test-file.txt']]];
    }