aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/appframework/http/HttpTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Move tests/ to PSR-4 (#24731)Joas Schilling2016-05-201-99/+0
| | | | | | | | | | | | | | | | | | | | * Move a-b to PSR-4 * Move c-d to PSR-4 * Move e+g to PSR-4 * Move h-l to PSR-4 * Move m-r to PSR-4 * Move s-u to PSR-4 * Move files/ to PSR-4 * Move remaining tests to PSR-4 * Remove Test\ from old autoloader
* Fix namespaces in AppFramework testsJoas Schilling2016-05-181-1/+1
|
* Properly return 304Roeland Jago Douma2015-09-011-0/+8
| | | | | | | | The ETag set in the IF_NONE_MODIFIED header is wraped in quotes ("). However the ETag that is set in response is not (yet). Also we need to cast the ETag to a string. * Added unit test
* Make remaining files extend the test baseJoas Schilling2014-11-191-1/+3
|
* remove unnecessary require calls - the ownCloud class loader is supposed to ↵Thomas Müller2014-10-301-3/+4
| | | | take care of this
* adjust license headers to new mail addressBernhard Posselt2014-05-111-1/+1
|
* Fix namespace for OCP\Appframework\HttpThomas Tanghus2013-10-231-0/+1
| | | | | To avoid having to use OCP\Appframework\Http\Http in the public - and stable - API OCP\Appframework\Http is now both a class and a namespace.
* kill superfluent classloader from tests - this approach might be of interest ↵Thomas Müller2013-08-211-1/+1
| | | | within the apps
* initial import of appframeworkThomas Müller2013-08-171-0/+87