| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "fix test" | Mario | 2019-04-25 | 1 | -2/+2 |
* | Revert "dbunit does not work wirh phpunit v 8.1.3 - try 7.5.9" | Mario | 2019-04-25 | 1 | -2/+2 |
* | dbunit does not work wirh phpunit v 8.1.3 - try 7.5.9 | Mario Vavti | 2019-04-25 | 1 | -2/+2 |
* | fix test | Mario Vavti | 2019-04-25 | 1 | -2/+2 |
* | Refactor photo_driver to use namespaces. | Klaus Weidenbach | 2019-02-14 | 2 | -0/+186 |
* | update tests for changes in handle_tags() | zotlabs | 2019-02-03 | 1 | -13/+4 |
* | Add PostgreSQL to gitlab-ci setup. | Klaus Weidenbach | 2019-01-17 | 1 | -15/+18 |
* | update httpsig unit test which is failing | zotlabs | 2018-11-14 | 1 | -0/+2 |
* | fix another markdown test | Mario Vavti | 2018-10-30 | 1 | -1/+1 |
* | fix markdown tests | Mario Vavti | 2018-10-30 | 1 | -12/+6 |
* | fix html2markdown() and re-enable previously failing tests | Mario Vavti | 2018-10-30 | 1 | -4/+4 |
* | fix phpunit error with html2markdown test and temporary disable failing markd... | git-marijus | 2018-10-13 | 1 | -4/+8 |
* | fix dba_pdoTest | git-marijus | 2018-10-13 | 1 | -2/+2 |
* | add gitlab-ci.yml and phpunit.xml | git-marijus | 2018-10-13 | 1 | -0/+42 |
* | fix permission role test | Mario Vavti | 2018-04-23 | 1 | -1/+1 |
* | fix permissionlimitstest after recent changes | zotlabs | 2018-04-21 | 1 | -1/+1 |
* | Merge pull request #1009 from dawnbreak/QA_testing | git-marijus | 2018-03-23 | 1 | -6/+11 |
|\ |
|
| * | :construction_worker:Extend Travis, add PostgreSQL10. | Klaus Weidenbach | 2018-03-17 | 1 | -6/+11 |
* | | an attemot to fix the PermissionRolesTest | Mario Vavti | 2018-03-23 | 1 | -1/+2 |
|/ |
|
* | :white_check_mark: Unit Test for HTTPSig. | Klaus Weidenbach | 2018-02-28 | 1 | -0/+125 |
* | fix syntax error | Mario Vavti | 2018-02-27 | 1 | -1/+1 |
* | fix autoname test | zotlabs | 2018-02-26 | 1 | -2/+5 |
* | Make it little bit less likely to erase a real database. | Klaus Weidenbach | 2018-01-29 | 4 | -21/+23 |
* | :white_check_mark: Add tests for non existent tables. | Klaus Weidenbach | 2018-01-28 | 1 | -0/+22 |
* | :white_check_mark: Unit Test for dba_pdo driver class. | Klaus Weidenbach | 2018-01-28 | 7 | -4/+273 |
* | :white_check_mark: Unit Test for \DBA factory. | Klaus Weidenbach | 2018-01-28 | 1 | -0/+67 |
* | Fix a PHP error in a unit test for PHP7.2. | Klaus Weidenbach | 2017-11-25 | 1 | -4/+4 |
* | :construction_worker:Improve Travis, add PHP7.2. | Klaus Weidenbach | 2017-11-25 | 4 | -2/+18 |
* | :white_check_mark: unit tests for Zotlabs\Access classes. | Klaus Weidenbach | 2017-11-10 | 3 | -35/+387 |
* | :white_check_mark: Some more work on unit tests. | Klaus Weidenbach | 2017-10-29 | 4 | -4/+73 |
* | :arrow_up: Update intl library. | Klaus Weidenbach | 2017-10-29 | 1 | -2/+2 |
* | :arrow_up: Update Text_LanguageDetect. | Klaus Weidenbach | 2017-10-29 | 2 | -5/+9 |
* | :white_check_mark: Some unit test for include/language.php | Klaus Weidenbach | 2017-10-26 | 1 | -0/+165 |
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2017-06-07 | 1 | -11/+16 |
|\ |
|
| * | :construction_worker::white_check_mark: Add MySQL 5.7 in TravisCI. | Klaus Weidenbach | 2017-06-05 | 1 | -11/+16 |
* | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2017-05-30 | 2 | -0/+159 |
|\| |
|
| * | :hammer::white_check_mark: Add html2markdown unit tests. | Klaus Weidenbach | 2017-05-27 | 2 | -0/+167 |
* | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2017-05-22 | 1 | -0/+148 |
|\| |
|
| * | :construction_worker::white_check_mark: Documentation Permissions.php. | Klaus Weidenbach | 2017-05-17 | 1 | -0/+148 |
* | | consolidate email validation checks | zotlabs | 2017-05-11 | 1 | -12/+0 |
|/ |
|
* | :construction_worker::white_check_mark::bug: Import table structure in TravisCI. | Klaus Weidenbach | 2017-05-06 | 2 | -4/+20 |
* | :white_check_mark::bulb: Add Unit Tests for AccessList class. | Klaus Weidenbach | 2017-05-01 | 2 | -0/+191 |
* | update feedutils with as:author changes, also update tests | zotlabs | 2017-04-27 | 1 | -3/+6 |
* | :arrow_up: Update SimplePie library. | Klaus Weidenbach | 2017-04-15 | 1 | -0/+52 |
* | get rid of get_app() | zotlabs | 2017-03-31 | 1 | -6/+0 |
* | :arrow_up: Update HTML Purifier library. | Klaus Weidenbach | 2017-03-26 | 1 | -0/+6 |
* | :white_check_mark: Some more tests for purify_html(). | Klaus Weidenbach | 2017-03-22 | 1 | -8/+49 |
* | :white_check_mark: Add unit test for purify_html(). | Klaus Weidenbach | 2017-03-19 | 2 | -33/+37 |
* | :construction_worker: Add Travis' GitHub deployment steps. | Klaus Weidenbach | 2017-03-14 | 1 | -41/+6 |
* | :construction_worker: :arrow_up: :heavy_plus_sign: Update PHPUnit to current ... | Klaus Weidenbach | 2017-03-14 | 3 | -84/+69 |