aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bbcode
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/16276] Fix bbcode_firstpass undefined mode propertyrxu2019-12-291-0/+1
| | | | PHPBB3-16276
* [ticket/15172] Add symfony_request to some testsRubén Calvo2017-09-102-2/+4
| | | | PHPBB3-15172
* [ticket/14732] Remove references from testsVinny2017-02-281-5/+0
| | | | PHPBB3-14732
* [ticket/14576] Move common required files to bootstrapMatt Friedman2016-03-312-4/+0
| | | | PHPBB3-14576
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-272-6/+14
| | | | 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/10973] Drop all require_once for mocks. Use autoloading.Andreas Fischer2012-07-081-2/+0
| | | | PHPBB3-10973
* [ticket/9916] Updating license in non-distributed filesUnknown2012-01-021-1/+1
| | | | PHPBB3-9916
* Merge branch 'develop-olympus' into developAndreas Fischer2012-01-021-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 headerUnknown2012-01-021-1/+1
| | | | | | | | PHPBB3-9916
* | [feature/request-class] Add server(), header() and is_ajax() to requestIgor Wiedler2011-07-151-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 developNils Adermann2011-06-091-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 Pudeyev2011-06-061-9/+27
| | | | | | | | PHPBB3-217
| * [ticket/217] Silence errors in tests, not code.Oleg Pudeyev2011-06-061-0/+4
| | | | | | | | | | | | Use a mock user object for testing bbcode. PHPBB3-217
| * [ticket/217] Use positive parameter statement for bbcode_init()rxu2011-06-061-1/+1
| | | | | | | | PHPBB3-217
| * [ticket/217] Adjust patch, add testsrxu2011-06-061-0/+41
| | | | PHPBB3-217
* [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-072-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 newlineIgor Wiedler2010-11-112-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 frameworkNils Adermann2008-11-242-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@9106 89ea8834-ac86-4346-8a33-228a782c2dd0
* these files should have headers tooNils Adermann2008-05-042-0/+19
| | | | git-svn-id: file:///svn/phpbb/trunk@8547 89ea8834-ac86-4346-8a33-228a782c2dd0
* adding a bbcode test suiteNils Adermann2008-05-042-0/+56
git-svn-id: file:///svn/phpbb/trunk@8541 89ea8834-ac86-4346-8a33-228a782c2dd0