aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functional/fixtures
Commit message (Collapse)AuthorAgeFilesLines
* [feature/controller] Fix misnamed route for functional testDavid King2012-11-191-1/+1
| | | | PHPBB3-10864
* [feature/controller] Check for proper status codes from controllersDavid King2012-11-192-0/+9
| | | | PHPBB3-10864
* [feature/controller] Fix line endings and permissions, and check responsesDavid King2012-11-164-6/+6
| | | | PHPBB3-10864
* [feature/controller] Add controller functional test with templateDavid King2012-11-164-0/+25
| | | | PHPBB3-10864
* [feature/controller] Add test for missing argument in controller classDavid King2012-11-163-1/+10
| | | | PHPBB3-10864
* [feature/controller] Adapt functional tests given new controller frameworkDavid King2012-11-1615-111/+22
| | | | PHPBB3-10864
* [ticket/10941] Added functional tests for the fileupload classFyorl2012-07-094-0/+0
| | | | | | | | | | NOTE: test_form_upload() is broken. Uploading files via Symfony fails to retain $_FILES['fileupload']['type'] even if it set explicitely. This appears to be a bug in Symfony. Since the current version of filespec::is_image() relies on the mimetype, these tests will __fail__. filespec::is_image() has been fixed in https://github.com/phpbb/phpbb3/pull/833 however. PHPBB3-10941
* [ticket/10586] Removed incorrect method callDavid King2012-03-285-11/+1
| | | | PHPBB3-10586
* [ticket/10586] Moved some loading stuff below extension controller, updated ↵David King2012-03-284-16/+12
| | | | | | tests PHPBB3-10586
* [ticket/10586] Correctly purge board cache and don't rename install directoryNils Adermann2012-03-191-2/+2
| | | | PHPBB3-10586
* [ticket/10586] Tests are coming along, just a little more to goDavid King2012-03-194-2/+2
| | | | PHPBB3-10586
* [ticket/10586] Adding the extensions used by the testsDavid King2012-03-1912-0/+125
PHPBB3-10586