Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/15172] Add symfony_request to some tests | Rubén Calvo | 2017-09-10 | 1 | -1/+2 |
| | | | | 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 | 1 | -2/+0 |
| | | | | PHPBB3-14576 | ||||
* | [ticket/12594] Remove @package tags and update file headers | Yuriy Rusko | 2014-05-27 | 1 | -3/+7 |
| | | | | 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/9916] Updating license in non-distributed files | Unknown | 2012-01-02 | 1 | -1/+1 |
| | | | | PHPBB3-9916 | ||||
* | [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 | 1 | -5/+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 | 1 | -1/+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 | 1 | -1/+1 |
| | | | | git-svn-id: file:///svn/phpbb/trunk@9106 89ea8834-ac86-4346-8a33-228a782c2dd0 | ||||
* | these files should have headers too | Nils Adermann | 2008-05-04 | 1 | -0/+9 |
| | | | | git-svn-id: file:///svn/phpbb/trunk@8547 89ea8834-ac86-4346-8a33-228a782c2dd0 | ||||
* | adding a bbcode test suite | Nils Adermann | 2008-05-04 | 1 | -0/+22 |
git-svn-id: file:///svn/phpbb/trunk@8541 89ea8834-ac86-4346-8a33-228a782c2dd0 |