aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/11994] Fix functional testsJoas Schilling2013-11-081-1/+7
| | | | PHPBB3-11994
* [ticket/11994] "Delete data" is only available for disabled extensionsJoas Schilling2013-11-081-2/+2
| | | | PHPBB3-11994
* [ticket/11994] Filter crawler for better search comparisonsJoas Schilling2013-11-081-13/+13
| | | | PHPBB3-11994
* [ticket/11994] Fix tests after uninstall renameJoas Schilling2013-11-081-8/+8
| | | | PHPBB3-11994
* [ticket/11994] Update functional tests with display nameJoas Schilling2013-11-081-3/+3
| | | | PHPBB3-11994
* [ticket/11994] Replace spaces with tabsJoas Schilling2013-11-081-55/+55
| | | | PHPBB3-11994
* [ticket/11994] Fix functional extension testsJoas Schilling2013-11-081-18/+18
| | | | PHPBB3-11994
* Merge pull request #1819 from marc1706/ticket/11534Nathan Guse2013-11-041-0/+9
|\ | | | | [ticket/11534] Check remote avatar content type if possible
| * [ticket/11534] Check remote avatar content type if possibleMarc Alexander2013-10-241-0/+9
| | | | | | | | | | | | | | This should make sure that error pages like 404 or 503 pages are not treated as remote avatar images. PHPBB3-11534
* | [ticket/11995] Remove exceptions and split reverse into different testsJoas Schilling2013-11-021-75/+24
| | | | | | | | PHPBB3-11995
* | [ticket/11995] Add unit test for reverting config.removeJoas Schilling2013-11-021-0/+16
| | | | | | | | PHPBB3-11995
* | [ticket/11857] Use passed service collection instead of container in managerMarc Alexander2013-10-271-2/+2
|/ | | | | | | | The service collection that was already passed to the avatar manager should be used in the avatar manager method get_driver() instead of the container itself. PHPBB3-11857
* Merge pull request #1801 from nickvergessen/ticket/11948Nils Adermann2013-10-223-2/+16
|\ | | | | Ticket/11948 Extensions should be allowed to have more then 1 routing file
| * [ticket/11948] Check actual result of routesJoas Schilling2013-10-211-1/+8
| | | | | | | | PHPBB3-11948
| * [ticket/11948] Allow resource importing for routingJoas Schilling2013-10-212-1/+5
| | | | | | | | PHPBB3-11948
| * [ticket/11948] Add second routing file to testsJoas Schilling2013-10-192-1/+4
| | | | | | | | PHPBB3-11948
* | [ticket/11930] Move path_helper in front of optional cache argumentMarc Alexander2013-10-211-2/+2
| | | | | | | | | | | | Optional method arguments should be after any mandatory ones. PHPBB3-11930
* | [ticket/11930] Fix tests after adding phpbb\path_helper to avatar driversMarc Alexander2013-10-171-2/+10
|/ | | | PHPBB3-11930
* [feature/plupload/integration] Integration of PluploadAndreas Fischer2013-10-112-0/+168
| | | | | | | | This commit is a highly-refactored and up-to-date version of Fyorl's work which was part of his Google Summer of Code 2012 project "Attachment Improvements". PHPBB3-10929
* Merge pull request #1764 from EXreaction/ticket/11874Nils Adermann2013-10-103-16/+21
|\ | | | | [ticket/11874] Do not always prepend the web path; only replace phpbb_root_path
| * [ticket/11874] Fix testsNathan Guse2013-10-103-16/+21
| | | | | | | | PHPBB3-11874
* | [ticket/11903] Speed up paging testNathan Guse2013-10-101-4/+4
|/ | | | PHPBB3-11903
* Merge pull request #1481 from dhruvgoel92/ticket/11608Nathan Guse2013-10-076-0/+192
|\ | | | | [ticket/11608] add functional tests for search
| * [ticket/11608] Mark failed test as incomplete for mysql search backendDhruv2013-10-051-0/+5
| | | | | | | | PHPBB3-11608
| * [ticket/11608] Update search backend class names to namespacesDhruv2013-10-054-4/+4
| | | | | | | | PHPBB3-11608
| * [ticket/11608] Move markIncomplete to search backends testDhruv2013-10-054-9/+15
| | | | | | | | PHPBB3-11608
| * [ticket/11608] Rename base search test class fileDhruv2013-10-055-4/+4
| | | | | | | | PHPBB3-11608
| * [ticket/11608] Remove suffix test from base classDhruv2013-10-055-37/+37
| | | | | | | | | | | | | | Rename base class to phpbb_functional_search_base and fix Docblocks as per phpbb guidelines. PHPBB3-11608
| * [ticket/11608] Mark postgres search not found test as incompleteDhruv2013-10-051-2/+2
| | | | | | | | PHPBB3-11608
| * [ticket/11608] Mark sphinx tests as incomplete for nowDhruv2013-10-051-0/+5
| | | | | | | | PHPBB3-11608
| * [ticket/11608] Mark failed search test incomplete for native searchDhruv2013-10-051-0/+4
| | | | | | | | PHPBB3-11608
| * [ticket/11608] remove setUp method overrideDhruv2013-10-054-32/+4
| | | | | | | | PHPBB3-11608
| * [ticket/11608] add search functional tests to search subfolderDhruv2013-10-055-11/+10
| | | | | | | | PHPBB3-11608
| * [ticket/11608] rename search_found and not_found methodDhruv2013-10-051-8/+6
| | | | | | | | | | | | | | | | Rename search_found and search_not_found to assert_search_found and assert_search_not_found. Count .errorbox incase the search backend is not supported and skip tests PHPBB3-11608
| * [ticket/11608] pass keywords to search_found and search_not_found testDhruv2013-10-051-7/+9
| | | | | | | | PHPBB3-11608
| * [ticket/11608] Set sphinx id from test_config file for testsDhruv2013-10-052-1/+9
| | | | | | | | PHPBB3-11608
| * [ticket/11608] Use assertEquals for more accurate assertionsDhruv2013-10-051-2/+2
| | | | | | | | PHPBB3-11608
| * [ticket/11608] Use assertContainsLang to compare language stringsDhruv2013-10-051-2/+2
| | | | | | | | PHPBB3-11608
| * [ticket/11608] split search tests into separate filesDhruv2013-10-055-36/+109
| | | | | | | | | | | | | | Tests for each search backend are into their own separate files. These separate classes inherit from a common search test case class. PHPBB3-11608
| * [ticket/11608] Check for word highlights in search resultsDhruv2013-10-051-1/+2
| | | | | | | | | | | | Search tests check for highlighted words in search results PHPBB3-11608
| * [ticket/11608] Mark sphinx test as incompleteDhruv2013-10-051-1/+2
| | | | | | | | | | | | Sphinx search for the test board cannot be tested PHPBB3-11608
| * [ticket/11608] Logout before searchingDhruv2013-10-051-0/+4
| | | | | | | | | | | | | | Keyword search in search functional tests should be performed as guests rather than logged in as admin. PHPBB3-11608
| * [ticket/11608] Add more assetions in testsDhruv2013-10-051-1/+5
| | | | | | | | PHPBB3-11608
| * [ticket/11608] Use assertions in testDhruv2013-10-051-4/+2
| | | | | | | | PHPBB3-11608
| * [ticket/11608] complete search tests functionalitiesDhruv2013-10-051-4/+33
| | | | | | | | PHPBB3-11608
| * [ticket/11608] Skip tests for unsupported search backendsDhruv2013-10-051-4/+10
| | | | | | | | PHPBB3-11608
| * [ticket/11608] add basic search functional test structureDhruv2013-10-051-0/+77
| | | | | | | | PHPBB3-11608
* | Merge pull request #1742 from EXreaction/ticket/11840David King2013-10-045-31/+30
|\ \ | |/ |/| Ticket/11840 Refactor the extension metadata class
| * [ticket/11840] Correct Moo test extension composerNathan Guse2013-09-301-2/+2
| | | | | | | | PHPBB3-11840
| * [ticket/11840] Use generic information in the test extensionNathan Guse2013-09-303-7/+7
| | | | | | | | | | | | Not sure why I had my name/info in these files... PHPBB3-11840