diff options
author | Joas Schilling <nickvergessen@owncloud.com> | 2016-05-19 15:38:16 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@owncloud.com> | 2016-05-19 15:38:16 +0200 |
commit | ffa463382231cac2446b0a39520b53068e4581b9 (patch) | |
tree | 951a02d6b0475c18d75faa3801b370f1e1ec524a /tests | |
parent | 3b3940df6b020267fc51f0f365e3a8ceb7ddc2cc (diff) | |
download | nextcloud-server-ffa463382231cac2446b0a39520b53068e4581b9.tar.gz nextcloud-server-ffa463382231cac2446b0a39520b53068e4581b9.zip |
No more Test_* files exist, remove autoloading
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lib/autoloader.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/lib/autoloader.php b/tests/lib/autoloader.php index adea702eca9..5268ef424d3 100644 --- a/tests/lib/autoloader.php +++ b/tests/lib/autoloader.php @@ -43,12 +43,6 @@ class AutoLoader extends TestCase { ], $this->loader->findClass('Test\Foo\Bar')); } - public function testLoadTest() { - $this->assertEquals([ - \OC::$SERVERROOT . '/tests/lib/foo/bar.php' - ], $this->loader->findClass('Test_Foo_Bar')); - } - public function testLoadCore() { $this->assertEquals([ \OC::$SERVERROOT . '/lib/private/legacy/foo/bar.php', |