summaryrefslogtreecommitdiffstats
path: root/tests/lib/autoloader.php
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #23819 from owncloud/move-core-completely-to-psr4Roeland Douma2016-04-061-3/+1
|\
| * Remove OC/Core autoloading from old autoloaderLukas Reschke2016-04-061-3/+1
* | Remove OC/Settings from old autoloaderLukas Reschke2016-04-061-3/+1
|/
* Move lib/repair to lib/private/repairMorris Jobke2016-01-071-1/+1
* Fix autoloader unit test outputRoeland Jago Douma2015-11-091-1/+0
* [autoloader] Make sure to load construct full pathsRoeland Jago Douma2015-11-061-8/+45
* verify the path in the autoloaderRobin Appelman2015-09-011-1/+1
* Make root tests extend the \Test\TestCaseJoas Schilling2014-11-191-2/+3
* use Composer autoloader not OC for non-Composer 3rdparty (#9643)Adam Williamson2014-10-281-15/+0
* fix unit testsMorris Jobke2013-10-021-3/+3
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-5/+5
* Autoloader: fix loading app clases located in lib/Robin Appelman2013-05-081-10/+17
* Autoloader: test casesRobin Appelman2013-05-071-5/+53
* some basic unit test for loading classesThomas Mueller2013-03-191-0/+19