Neos\Flow\Tests\Unit\Package\PackageManagerTest::packageKeysAndPaths PHP 메소드

packageKeysAndPaths() 공개 메소드

Data Provider returning valid package keys and the corresponding path
public packageKeysAndPaths ( ) : array
리턴 array
    public function packageKeysAndPaths()
    {
        return [['TYPO3.YetAnotherTestPackage', 'vfs://Test/Packages/Application/TYPO3.YetAnotherTestPackage/'], ['RobertLemke.Flow.NothingElse', 'vfs://Test/Packages/Application/RobertLemke.Flow.NothingElse/']];
    }