aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bbcode/parser_test.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/15172] Add symfony_request to some testsRubén Calvo2017-09-101-1/+2
| | | | PHPBB3-15172
* [ticket/14732] Remove references from testsVinny2017-02-281-5/+0
| | | | PHPBB3-14732
* [ticket/14576] Move common required files to bootstrapMatt Friedman2016-03-311-2/+0
| | | | PHPBB3-14576
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
| | | | PHPBB3-12594
* [ticket/12503] All tests should extend \phpbb_test_caseJoas Schilling2014-05-051-1/+1
| | | | PHPBB3-12503
* [ticket/11250] Use user defined message as incomplete messageJoas Schilling2012-12-141-3/+2
| | | | PHPBB3-11250
* [ticket/11250] Add tests for simple nesting and codeJoas Schilling2012-12-141-7/+44
| | | | PHPBB3-11250
* [ticket/11250] Run tests by default and add an option for incomplete onesJoas Schilling2012-12-141-1/+4
| | | | PHPBB3-11250
* [ticket/11250] Fix parsing result with special charsJoas Schilling2012-12-141-35/+40
| | | | | | : . and [ are replaced by their html representation if they are text only PHPBB3-11250
* [ticket/11250] Add tests for size and attachmentJoas Schilling2012-12-141-0/+10
| | | | PHPBB3-11250
* [ticket/11250] Fix method namesJoas Schilling2012-12-141-3/+3
| | | | PHPBB3-11250
* [ticket/11250] Add some comments and fix a descriptionJoas Schilling2012-12-141-6/+4
| | | | PHPBB3-11250
* [ticket/11250] Add some more tests for quotesJoas Schilling2012-12-141-0/+26
| | | | PHPBB3-11250
* [ticket/11250] Move quote special cases from class to unit testsJoas Schilling2012-12-141-0/+26
| | | | PHPBB3-11250
* [ticket/11250] Add parsing tests for our basic bbcodes in simple casesJoas Schilling2012-12-141-8/+140
| | | | PHPBB3-11250
* [ticket/9916] Updating license in non-distributed filesUnknown2012-01-021-1/+1
| | | | PHPBB3-9916
* [ticket/10011] Tests can't be ran on PHP < 5.3Erik Frèrejean2011-01-311-2/+2
| | | | | | Apply the `__DIR__` fix to some remaining Ascraeus tests PHPBB3-10011
* Merge branch 'develop-olympus' into developIgor Wiedler2011-01-071-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 newlineIgor Wiedler2010-11-111-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 frameworkNils Adermann2008-11-241-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@9106 89ea8834-ac86-4346-8a33-228a782c2dd0
* these files should have headers tooNils Adermann2008-05-041-0/+9
| | | | git-svn-id: file:///svn/phpbb/trunk@8547 89ea8834-ac86-4346-8a33-228a782c2dd0
* adding a bbcode test suiteNils Adermann2008-05-041-0/+22
git-svn-id: file:///svn/phpbb/trunk@8541 89ea8834-ac86-4346-8a33-228a782c2dd0