aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/includes/dba
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'dev' into 'dev'Mario2018-10-151-2/+2
| | | | | | | | | | | Bring back some basic automated testing for PHP7.1 and mysql via gitlab-ci. See merge request hubzilla/core!1332 (cherry picked from commit c39de966df2ff28674697be77a527b2214afef42) b77acb3e add gitlab-ci.yml and phpunit.xml 22275f30 fix dba_pdoTest 0db047e5 fix phpunit error with html2markdown test and temporary disable failing markdown…
* :white_check_mark: Add tests for non existent tables.Klaus Weidenbach2018-01-281-0/+22
| | | | Prevent PHP warnings "Undefined variable" in dba_pdo::q();
* :white_check_mark: Unit Test for dba_pdo driver class.Klaus Weidenbach2018-01-282-0/+176
|
* :white_check_mark: Unit Test for \DBA factory.Klaus Weidenbach2018-01-281-0/+67