Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/15172] Add symfony_request to some tests | Rubén Calvo | 2017-09-10 | 2 | -2/+4 |
| | | | | PHPBB3-15172 | ||||
* | [ticket/14732] Remove references from tests | Vinny | 2017-02-28 | 1 | -5/+0 |
| | | | | PHPBB3-14732 | ||||
* | [ticket/14576] Move common required files to bootstrap | Matt Friedman | 2016-03-31 | 2 | -4/+0 |
| | | | | PHPBB3-14576 | ||||
* | [ticket/12594] Remove @package tags and update file headers | Yuriy Rusko | 2014-05-27 | 2 | -6/+14 |
| | | | | PHPBB3-12594 | ||||
* | [ticket/12503] All tests should extend \phpbb_test_case | Joas Schilling | 2014-05-05 | 1 | -1/+1 |
| | | | | PHPBB3-12503 | ||||
* | [ticket/11250] Use user defined message as incomplete message | Joas Schilling | 2012-12-14 | 1 | -3/+2 |
| | | | | PHPBB3-11250 | ||||
* | [ticket/11250] Add tests for simple nesting and code | Joas Schilling | 2012-12-14 | 1 | -7/+44 |
| | | | | PHPBB3-11250 | ||||
* | [ticket/11250] Run tests by default and add an option for incomplete ones | Joas Schilling | 2012-12-14 | 1 | -1/+4 |
| | | | | PHPBB3-11250 | ||||
* | [ticket/11250] Fix parsing result with special chars | Joas Schilling | 2012-12-14 | 1 | -35/+40 |
| | | | | | | : . and [ are replaced by their html representation if they are text only PHPBB3-11250 | ||||
* | [ticket/11250] Add tests for size and attachment | Joas Schilling | 2012-12-14 | 1 | -0/+10 |
| | | | | PHPBB3-11250 | ||||
* | [ticket/11250] Fix method names | Joas Schilling | 2012-12-14 | 1 | -3/+3 |
| | | | | PHPBB3-11250 | ||||
* | [ticket/11250] Add some comments and fix a description | Joas Schilling | 2012-12-14 | 1 | -6/+4 |
| | | | | PHPBB3-11250 | ||||
* | [ticket/11250] Add some more tests for quotes | Joas Schilling | 2012-12-14 | 1 | -0/+26 |
| | | | | PHPBB3-11250 | ||||
* | [ticket/11250] Move quote special cases from class to unit tests | Joas Schilling | 2012-12-14 | 1 | -0/+26 |
| | | | | PHPBB3-11250 | ||||
* | [ticket/11250] Add parsing tests for our basic bbcodes in simple cases | Joas Schilling | 2012-12-14 | 1 | -8/+140 |
| | | | | PHPBB3-11250 | ||||
* | [ticket/10973] Drop all require_once for mocks. Use autoloading. | Andreas Fischer | 2012-07-08 | 1 | -2/+0 |
| | | | | PHPBB3-10973 | ||||
* | [ticket/9916] Updating license in non-distributed files | Unknown | 2012-01-02 | 1 | -1/+1 |
| | | | | PHPBB3-9916 | ||||
* | Merge branch 'develop-olympus' into develop | Andreas Fischer | 2012-01-02 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/9916] Changing header in non-distributed files [ticket/9916] Changing coding guidelines license [ticket/9916] Updating License in the header Conflicts: tests/mock/cache.php | ||||
| * | [ticket/9916] Updating License in the header | Unknown | 2012-01-02 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-9916 | ||||
* | | [feature/request-class] Add server(), header() and is_ajax() to request | Igor Wiedler | 2011-07-15 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | Extend the request class with helpers for reading server vars (server()) and HTTP request headers (header()). Refactor the existing code base to make use of these helpers, make $_SERVER a deactivated super global. Also introduce an is_ajax() method, which checks the X-Requested-With header for the value 'XMLHttpRequest', which is sent by JavaScript libraries, such as jQuery. PHPBB3-9716 | ||||
* | | Merge branch 'develop-olympus' into develop | Nils Adermann | 2011-06-09 | 1 | -0/+63 |
|\ \ | |/ | | | | | | | | | | | | | | | * develop-olympus: [ticket/217] Use positive assertions in tests. [ticket/217] Silence errors in tests, not code. [ticket/217] Use positive parameter statement for bbcode_init() [ticket/217] Adjust patch, add tests [ticket/217] Multiline [url] not converted | ||||
| * | [ticket/217] Use positive assertions in tests. | Oleg Pudeyev | 2011-06-06 | 1 | -9/+27 |
| | | | | | | | | PHPBB3-217 | ||||
| * | [ticket/217] Silence errors in tests, not code. | Oleg Pudeyev | 2011-06-06 | 1 | -0/+4 |
| | | | | | | | | | | | | Use a mock user object for testing bbcode. PHPBB3-217 | ||||
| * | [ticket/217] Use positive parameter statement for bbcode_init() | rxu | 2011-06-06 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-217 | ||||
| * | [ticket/217] Adjust patch, add tests | rxu | 2011-06-06 | 1 | -0/+41 |
| | | | | PHPBB3-217 | ||||
* | [ticket/10011] Tests can't be ran on PHP < 5.3 | Erik Frèrejean | 2011-01-31 | 1 | -2/+2 |
| | | | | | | Apply the `__DIR__` fix to some remaining Ascraeus tests PHPBB3-10011 | ||||
* | Merge branch 'develop-olympus' into develop | Igor Wiedler | 2011-01-07 | 2 | -48/+4 |
| | | | | | | | | | | | This commit also ports all ascraeus tests to the new format. Conflicts: tests/all_tests.php tests/network/all_tests.php tests/request/all_tests.php tests/request/request_var.php tests/template/templates/includephp.html | ||||
* | [ticket/9556] Drop php closing tags, add trailing newline | Igor Wiedler | 2010-11-11 | 2 | -2/+0 |
| | | | | | | | | | | | | Closing tags converted using Oleg's script. remove-php-end-tags.py -a . Trailing newlines added using the following where $ext is file extension. find . -type f -name "*.$ext" -print | xargs printf "e %s\nw\n" | ed -s; Extensions: php, css, html, js, xml. PHPBB3-9556 | ||||
* | - updating all tests to use new framework | Nils Adermann | 2008-11-24 | 2 | -2/+2 |
| | | | | git-svn-id: file:///svn/phpbb/trunk@9106 89ea8834-ac86-4346-8a33-228a782c2dd0 | ||||
* | these files should have headers too | Nils Adermann | 2008-05-04 | 2 | -0/+19 |
| | | | | git-svn-id: file:///svn/phpbb/trunk@8547 89ea8834-ac86-4346-8a33-228a782c2dd0 | ||||
* | adding a bbcode test suite | Nils Adermann | 2008-05-04 | 2 | -0/+56 |
git-svn-id: file:///svn/phpbb/trunk@8541 89ea8834-ac86-4346-8a33-228a782c2dd0 |