]> git.mxchange.org Git - friendica.git/history - tests
Fixes:
[friendica.git] / tests /
2018-07-21 PhilippDBStructure enhancements (#5437)
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 Pierre RudloffFix tests (#5400)
2018-07-18 Pierre RudloffFix silent exit in ApiTest::testApiMediaUploadWithMedia...
2018-07-18 Philippsimplifying unittests (#5395)
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 PetovanReplace global $a with BaseObject::getApp()
2018-07-16 Hypolite PetovanRemove api test pconfig debug
2018-07-16 Hypolite PetovanFix debug
2018-07-16 Hypolite PetovanAdd yet more pconfig debug to testApiGetUserWithCustomF...
2018-07-16 Hypolite PetovanPut base test config in Yaml dataset
2018-07-16 Hypolite PetovanSet system.hostname in test bootstrap
2018-07-16 Hypolite PetovanMove meaningful message inside Exception thrown in...
2018-07-16 Hypolite PetovanRestore system.url declaration in tests
2018-07-16 Hypolite PetovanRemove direct App instantiation from tests
2018-07-16 Hypolite Petovan[tests] Prevent bin/worker.php from being called during...
2018-07-16 Hypolite PetovanFix set_baseurl() notice messages in worker during...
2018-07-16 Hypolite PetovanFix test bootstrap namespace issue
2018-07-16 Hypolite PetovanInstantiate the App in test bootstrap
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 Michael VogelMerge pull request #5351 from nupplaphil/system_guid
2018-07-09 Philipp Holzera new unittest for prefix
2018-07-09 Philipp Holzerswitched back to origin TestCase structure
2018-07-09 Philipp Holzerimproved unittest
2018-07-09 Philipp Holzermoved get_guid to System::createGUID
2018-07-08 Hypolite PetovanMerge pull request #5338 from annando/warnings
2018-07-08 Hypolite PetovanMerge pull request #5339 from nupplaphil/redis_serialize
2018-07-08 Philipp HolzerMerge branch 'develop' of https://github.com/friendica...
2018-07-08 Philipp HolzerRedis serialize instead of json because of objects
2018-07-08 MichaelMerge branch 'item-activities' of github.com:annando...
2018-07-08 Michael VogelMerge branch 'develop' into item-activities
2018-07-07 Hypolite PetovanMerge pull request #5331 from nupplaphil/lock_tests_fixings
2018-07-07 Philipp Holzercode-standards wrap operators with spaces
2018-07-07 Philipp HolzerFixed & added unittests
2018-07-07 Philipp HolzerFixed memcache & unittests
2018-07-07 Philipp HolzerAdded Unittests for cache
2018-07-07 Philipp Holzercopy&paste error for memcached unittest
2018-07-07 Philipp HolzerAdded Lock Unittests & Bugfixings
2018-07-06 Michael VogelMerge pull request #5314 from MrPetovan/task/4889-fix...
2018-07-05 Hypolite PetovanMerge pull request #5291 from nupplaphil/lock_abstraction
2018-07-05 Philipp HolzerFixings
2018-07-05 Philipp Holzercode standards / simplifications
2018-07-04 Hypolite PetovanRename language to lang in test data as well
2018-07-04 Philipp Holzermerged from develop and increased DB-version
2018-07-04 Philipp HolzerAdding multihost - locking
2018-07-04 Hypolite PetovanAdd missing author-link property to testFormatItems*
2018-07-04 Hypolite PetovanFix tests error/failures
2018-07-04 Hypolite PetovanFix dataset ids for otheruser/frienduser
2018-07-04 Hypolite PetovanBleh
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-04 Hypolite PetovanFix boolean values in test data
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-07-02 Hypolite PetovanFix last undefined variable/index messages in tests
2018-07-02 Hypolite PetovanRevert using System::baseurl() for mock user nurls
2018-07-02 Hypolite PetovanFix API test cases
2018-07-02 Hypolite PetovanFix more undefined variable/index notice in tests
2018-07-02 Hypolite PetovanReplace PHP_EOL with \n to conform to code behavior...
2018-07-02 Hypolite PetovanFix $called_api expecting at least 2 elements in tests
2018-07-02 Hypolite PetovanFix some undefined variable/index notices in tests
2018-06-26 Hypolite PetovanMerge pull request #5167 from VVelox/develop
2018-06-22 Hypolite PetovanMerge pull request #4836 from Angristan/patch-1
2018-06-14 Hypolite PetovanMerge pull request #5216 from abanink/2337
2018-06-14 Hypolite PetovanMerge pull request #5214 from abanink/5118
2018-06-13 Hypolite PetovanMerge pull request #5179 from abanink/5118
2018-06-11 Hypolite PetovanMerge pull request #5193 from annando/dbstructure
2018-06-11 MichaelMerge remote-tracking branch 'upstream/develop' into...
2018-06-10 Hypolite PetovanMerge pull request #5184 from annando/fetch-item
2018-06-09 MichaelFixing tests
2018-06-09 MichaelPossibly fixed test
2018-06-03 Hypolite PetovanMerge pull request #5166 from annando/unsed-item-fields
2018-06-03 MichaelNow the dataset is said to be valid again.
2018-06-03 MichaelSomeone else has to fix this
2018-06-03 MichaelTrying around ...
2018-06-03 MichaelJust one more ...
2018-06-03 MichaelThe testdata hadn't contained public contacts
2018-06-03 MichaelReverting it ...
2018-06-03 MichaelI guess I broke the test tool :-)
2018-06-03 MichaelNext try ;-)
2018-06-03 MichaelAdditional data for the test tool
2018-06-03 MichaelReverting the last test
2018-06-03 MichaelTrying to understand the test tool
2018-06-01 MichaelMerge remote-tracking branch 'upstream/develop' into...
2018-06-01 Hypolite PetovanMerge branch 'master' into develop
2018-06-01 Tobias DiekershoffMerge pull request #5096 from tobiasd/3.6.1
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
next