assertEquals('', $module->getResourcesDir()); } public function testResourcesDir() { $path = __DIR__ . '/fixtures/ss-projects/withCustomResourcesDir'; $module = new Module($path, $path); $this->assertEquals('customised-resources-dir', $module->getResourcesDir()); } }