aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'EXreaction/ticket/11415' into developDavid King2013-05-185-8/+34
|\ | | | | | | | | | | | | | | | | | | | | | | * EXreaction/ticket/11415: [ticket/11415] Add test for find_from_extension() [ticket/11415] Send the extension base the finder rather than the manager [ticket/11415] Create function in finder find_from_extension [ticket/11415] Fix ext.manager constructor in tests [ticket/11415] Make migrator/ext.manager dependencies of the base ext class [ticket/11415] Remove migrator dependency from extension manager [ticket/11415] Move migrator to base extension class from ext.manager [ticket/11415] Move while loop from ext manager to acp_extensions.php
| * [ticket/11415] Add test for find_from_extension()Nathan Guse2013-05-141-0/+17
| | | | | | | | PHPBB3-11415
| * [ticket/11415] Fix ext.manager constructor in testsNathaniel Guse2013-05-033-3/+0
| | | | | | | | PHPBB3-11415
| * [ticket/11415] Remove migrator dependency from extension managerNathaniel Guse2013-05-014-5/+17
| | | | | | | | PHPBB3-11415
* | Merge remote-tracking branch 'remotes/blitze/ticket/11458' into developNathaniel Guse2013-05-182-0/+124
|\ \
| * | [ticket/11458] Update functional testOpenShift guest2013-05-111-0/+5
| | | | | | | | | | | | | | | | | | Show that the phpbb permission lanuage file is being included PHPBB3-11458
| * | [ticket/11458] Use helper to create/move/delete directories/filesOpenShift guest2013-05-091-24/+27
| | | | | | | | | | | | PHPBB3-11458
| * | [ticket/11458] Fix functional test againOpenShift guest2013-04-141-20/+64
| | | | | | | | | | | | | | | | | | | | | Add 'u_foo' to phpbb_acl_options Make sure extension and fixtures are added before running test PHPBB3-11458
| * | [ticket/11458] Fix testOpenShift guest2013-04-131-1/+8
| | | | | | | | | | | | PHPBB-11458
| * | [ticket/11458] Add functional testOpenShift guest2013-04-132-0/+65
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since there is no test method to include extension language files, a functional test seems more appropriate. We add a permission mask 'acl_u_foo' with translation found in extenion 'bar' and confirm that the permission language file 'permissions_foo.php' from 'bar' was added by asserting that 'Can view foo' exists when viewing user permissions in acp PHPBB3-11458
* | | [ticket/11547] Add phpbb_db_driver_ prefix to DBMS names.Andreas Fischer2013-05-171-2/+2
| | | | | | | | | | | | PHPBB3-11547
* | | Merge branch 'develop-olympus' into developAndreas Fischer2013-05-173-7/+15
|\ \ \ | | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/11542] Use Czech as example as it contains non-latin characters [ticket/11547] Set MySQL charset to UTF8 in database_test_connection_manager.
| * \ \ Merge remote-tracking branch 'bantu/ticket/11547' into develop-olympusAndreas Fischer2013-05-171-0/+8
| |\ \ \ | | | | | | | | | | | | | | | | | | | | * bantu/ticket/11547: [ticket/11547] Set MySQL charset to UTF8 in database_test_connection_manager.
| | * | | [ticket/11547] Set MySQL charset to UTF8 in database_test_connection_manager.Andreas Fischer2013-05-171-0/+8
| | | | | | | | | | | | | | | | | | | | PHPBB3-11547
| * | | | [ticket/11542] Use Czech as example as it contains non-latin charactersJoas Schilling2013-05-172-7/+7
| | | | | | | | | | | | | | | | | | | | PHPBB3-11542
| * | | | Merge remote-tracking branch 'marc1706/ticket/11544' into develop-olympusAndreas Fischer2013-05-171-0/+44
| |\ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | * marc1706/ticket/11544: [ticket/11544] Add admin_login() method to 3.0 functional test case
| | * | | [ticket/11544] Add admin_login() method to 3.0 functional test caseMarc Alexander2013-05-141-0/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This method is needed in order to be able to properly test acp functions. PHPBB3-11544
* | | | | Merge branch 'develop-olympus' into developAndreas Fischer2013-05-172-0/+60
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/11542] Add non-existing default value for language select [ticket/11542] Add lang_english_name to fixture [ticket/11542] Add unit tests for language_select()
| * | | | Merge remote-tracking branch 'nickvergessen/ticket/11542' into develop-olympusAndreas Fischer2013-05-172-0/+60
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * nickvergessen/ticket/11542: [ticket/11542] Add non-existing default value for language select [ticket/11542] Add lang_english_name to fixture [ticket/11542] Add unit tests for language_select()
| | * | | | [ticket/11542] Add non-existing default value for language selectJoas Schilling2013-05-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11542
| | * | | | [ticket/11542] Add lang_english_name to fixtureJoas Schilling2013-05-151-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11542
| | * | | | [ticket/11542] Add unit tests for language_select()Joas Schilling2013-05-142-0/+56
| | |/ / / | | | | | | | | | | | | | | | PHPBB3-11542
* | | | | Merge branch 'develop-olympus' into developAndreas Fischer2013-05-161-4/+25
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | * develop-olympus: [ticket/11545] Remove DIRECTORY_SEPARATOR dependency from is_absolute
| * | | | [ticket/11545] Remove DIRECTORY_SEPARATOR dependency from is_absoluteJoas Schilling2013-05-161-4/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The given path is an absolute path in general, just not on our current system. PHPBB3-11545
* | | | | Merge branch 'develop-olympus' into developAndreas Fischer2013-05-152-0/+64
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | * develop-olympus: [ticket/11541] Add unit tests for style_select()
| * | | | Merge remote-tracking branch 'nickvergessen/ticket/11541' into develop-olympusAndreas Fischer2013-05-152-0/+64
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * nickvergessen/ticket/11541: [ticket/11541] Add unit tests for style_select()
| | * | | | [ticket/11541] Add unit tests for style_select()Joas Schilling2013-05-142-0/+64
| | |/ / / | | | | | | | | | | | | | | | PHPBB3-11541
* | | | | Merge branch 'develop-olympus' into developAndreas Fischer2013-05-151-0/+1
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | * develop-olympus: [ticket/11546] Fix is_absolute() throws E_NOTICE for empty string
| * | | | [ticket/11546] Fix is_absolute() throws E_NOTICE for empty stringJoas Schilling2013-05-151-0/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-11546
* | | | | [ticket/11540] Add phpbb_ prefix in is_absolute_test from olympus.Andreas Fischer2013-05-151-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-11540
* | | | | Merge branch 'develop-olympus' into developAndreas Fischer2013-05-151-0/+34
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | * develop-olympus: [ticket/11540] Add unit tests for is_absolute()
| * | | | [ticket/11540] Add unit tests for is_absolute()Joas Schilling2013-05-141-0/+34
| |/ / / | | | | | | | | | | | | PHPBB3-11540
* | | | Merge remote-tracking branch 'remotes/cyberalien/ticket/11533' into developNathan Guse2013-05-121-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # By Vjacheslav Trushkin # Via Vjacheslav Trushkin * remotes/cyberalien/ticket/11533: [ticket/11533] Update unit tests [ticket/11533] Fix colspan and unnecessary tables [ticket/11533] Change list to table for notification settings [ticket/11533] Columns counter for notification settings
| * | | | [ticket/11533] Update unit testsVjacheslav Trushkin2013-05-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update notification settings functional unit test for new layout PHPBB3-11533
* | | | | [ticket/11465] Increase count of disabled extensions to 5 in functional testMarc Alexander2013-05-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The ACP function test checks the amount of disabled extensions. Due to the added disabled extension for the tests of the acp_modules method get_module_infos(), this needed to be increased from 4 to 5. PHPBB3-11465
* | | | | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into ticket/11465Marc Alexander2013-05-1250-82/+3417
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'develop-olympus' into developAndreas Fischer2013-05-091-3/+5
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/11529] Format markdown code correctly [ticket/11529] Rename RUNNING_TESTS.txt to RUNNING_TESTS.md
| | * | | [ticket/11529] Format markdown code correctlyNils Adermann2013-05-091-3/+5
| | | | | | | | | | | | | | | | | | | | PHPBB3-11529
| | * | | [ticket/11529] Rename RUNNING_TESTS.txt to RUNNING_TESTS.mdNils Adermann2013-05-091-0/+0
| | | | | | | | | | | | | | | | | | | | PHPBB3-11529
| * | | | Merge branch 'develop-olympus' into developNils Adermann2013-05-091-5/+10
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/11513] Update RUNNING_TESTS.txt to no longer refer to PEAR. [ticket/11513] Update all CLI calls to phpunit to use vendor/bin. [ticket/11513] Use PHPUnit from composer in .travis.yml. [ticket/11513] Update (all) composer dependencies. [ticket/11513] Add PHPUnit 3.7 and DbUnit 1.2 as a composer dev dependency. Conflicts: .travis.yml phpBB/composer.lock
| | * | | [ticket/11513] Update RUNNING_TESTS.txt to no longer refer to PEAR.Andreas Fischer2013-05-091-3/+8
| | | | | | | | | | | | | | | | | | | | PHPBB3-11513
| | * | | [ticket/11513] Update all CLI calls to phpunit to use vendor/bin.Andreas Fischer2013-05-091-2/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-11513
| * | | | Merge PR #1209 branch 'dhruvgoel92/ticket/10325' into developOleg Pudeyev2013-05-082-0/+62
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # By Dhruv # Via Dhruv * dhruvgoel92/ticket/10325: [ticket/10325] move migration into a new file [ticket/10325] fix acp language [ticket/10325] use assert_response_success parts [ticket/10325] fix language in acp and ucp [ticket/10325] add assert_response_success in test [ticket/10325] functional tests for forgot password functionality [ticket/10325] add logout function in functional_test_case [ticket/10325] fix language in acp and ucp [ticket/10325] improve acp option language [ticket/10325] fix language key [ticket/10325] fix language variable [ticket/10325] change language var [ticket/10325] fix language [ticket/10325] add new config value to database [ticket/10325] trigger error if forgot password option disabled [ticket/10325] add allow forgot password option in acp
| | * | | | [ticket/10325] use assert_response_success partsDhruv2013-04-301-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10325
| | * | | | [ticket/10325] add assert_response_success in testDhruv2013-04-301-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10325
| | * | | | [ticket/10325] functional tests for forgot password functionalityDhruv2013-04-251-0/+45
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10325
| | * | | | [ticket/10325] add logout function in functional_test_caseDhruv2013-04-251-0/+11
| | | |_|/ | | |/| | | | | | | | | | | | PHPBB3-10325
| * | | | [ticket/11450] Limit scopes of filters and add better docsJoas Schilling2013-05-081-11/+11
| | | | | | | | | | | | | | | | | | | | PHPBB3-11450
| * | | | [ticket/11450] Use helpers to copy/remove filesJoas Schilling2013-05-081-23/+21
| | | | | | | | | | | | | | | | | | | | PHPBB3-11450
| * | | | [ticket/11450] Move mocked class into mock/metadata_manager.phpJoas Schilling2013-05-082-15/+23
| | | | | | | | | | | | | | | | | | | | PHPBB3-11450