]> git.mxchange.org Git - friendica.git/history - tests/DatabaseTest.php
Fixes: (#5447)
[friendica.git] / tests / DatabaseTest.php
2018-07-20 Michael VogelMerge pull request #5422 from MrPetovan/task/5410-renam...
2018-07-20 Hypolite PetovanRename Friendica\Database\dba to Friendica\Database\DBA
2018-07-20 Michael VogelMerge pull request #5418 from MrPetovan/task/5410-move...
2018-07-20 Hypolite PetovanUpdate use statement lists with new Friendica\Database...
2018-07-18 Michael VogelMerge pull request #5394 from MrPetovan/bug/fix-config...
2018-07-18 Michael VogelMerge pull request #5295 from MrPetovan/task/4889-move...
2018-07-16 Hypolite PetovanRemove .htconfig.php reference from DatabaseTest
2018-07-16 Hypolite PetovanFix Database connexion in tests
2018-07-14 Hypolite PetovanMerge pull request #16 from MrPetovan/imgbot
2018-07-09 Philipp Holzerswitched back to origin TestCase structure
2018-07-09 Philipp Holzermoved get_guid to System::createGUID
2018-07-08 MichaelMerge branch 'item-activities' of github.com:annando...
2018-07-08 Michael VogelMerge branch 'develop' into item-activities
2018-07-06 Michael VogelMerge pull request #5314 from MrPetovan/task/4889-fix...
2018-07-04 Hypolite PetovanMove debug
2018-07-04 Hypolite PetovanAdd debug to database test
2018-07-04 Hypolite PetovanFix missing env variable replacement
2018-07-04 Hypolite PetovanUse correct App mode to disable logging
2018-07-04 Hypolite PetovanAdd creation/deletion of separate .htconfig.php used...
2018-07-03 Hypolite PetovanUse MYSQL_* environment variables for tests
2018-07-03 Hypolite PetovanAdd .htconfig.php in test setUp
2018-07-03 Hypolite PetovanAdd .htconfig.php in test setUp
2018-06-22 Hypolite PetovanMerge pull request #4836 from Angristan/patch-1
2018-06-11 MichaelMerge remote-tracking branch 'upstream/develop' into...
2018-06-01 MichaelMerge remote-tracking branch 'upstream/develop' into...
2018-06-01 Hypolite PetovanMerge branch 'master' into develop
2018-05-16 Hypolite PetovanMerge pull request #5022 from Rudloff/feature/test_api
2018-05-16 Pierre RudloffMake DatabaseTest::getConnection() return the correct...
2018-05-16 Pierre RudloffAdd some explanation in DatabaseTest::getConnection()
2018-05-16 Pierre RudloffRemove useless line breaks in DatabaseTest
2018-05-16 Pierre RudloffRemove unused class import in DatabaseTest
2018-05-10 Pierre RudloffAdd API tests