diff options
Diffstat (limited to 'tests/lib/autoloader.php')
-rw-r--r-- | tests/lib/autoloader.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/lib/autoloader.php b/tests/lib/autoloader.php index fa10c0b6216..9fb717c4f63 100644 --- a/tests/lib/autoloader.php +++ b/tests/lib/autoloader.php @@ -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]); |