Skip to content
Snippets Groups Projects
Commit 4920ac02 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2822665 by martin107:...

Issue #2822665 by martin107: LibraryDiscoveryParserTest::testBuilldByExtensionSimple() passes an unwanted parameter
parent 057d3dc5
No related branches found
No related tags found
No related merge requests found
......@@ -86,7 +86,7 @@ public function testBuildByExtensionSimple() {
$path = substr($path, strlen($this->root) + 1);
$this->libraryDiscoveryParser->setPaths('module', 'example_module', $path);
$libraries = $this->libraryDiscoveryParser->buildByExtension('example_module', 'example');
$libraries = $this->libraryDiscoveryParser->buildByExtension('example_module');
$library = $libraries['example'];
$this->assertCount(0, $library['js']);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment