Skip to content
Snippets Groups Projects
Commit 4604596c authored by Thomas Müller's avatar Thomas Müller
Browse files

Merge pull request #20404 from owncloud/fix_autoloader_tests

Fix autoloader unit test output
parents 3ee6fda8 87e3402e
No related branches found
No related tags found
No related merge requests found
......@@ -71,7 +71,6 @@ class AutoLoader extends TestCase {
public function testLoadAppNamespace() {
$result = $this->loader->findClass('OCA\Files\Foobar');
print_r($result);
$this->assertEquals(2, count($result));
$this->assertStringEndsWith('apps/files/foobar.php', $result[0]);
$this->assertStringEndsWith('apps/files/lib/foobar.php', $result[1]);
......
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