mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Fix autoloader unit test output
Removed leftover print statement
This commit is contained in:
parent
37c5edc202
commit
87e3402ef5
1 changed files with 0 additions and 1 deletions
|
|
@ -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]);
|
||||
|
|
|
|||
Loading…
Reference in a new issue