Hypolite Petovan
|
af6dbc654f
|
Rename Friendica\Database\dba to Friendica\Database\DBA
|
2018-07-20 08:19:26 -04:00 |
|
Hypolite Petovan
|
daa1177e3a
|
Update use statement lists with new Friendica\Database\dba class
- Remove unused use statement
- Remove superfluous use statements (classes in the same namespace)
- Add missing use statements
|
2018-07-19 22:15:21 -04:00 |
|
Pierre Rudloff
|
6e1ed0b0d3
|
Fix tests (#5400)
* Avoid argc side-effects
* Fix undefined array keys in JITConfigAdapter::set()
* Avoid argv side effects in ApiTest
|
2018-07-18 16:30:55 -04:00 |
|
Pierre Rudloff
|
b057906bed
|
Fix silent exit in ApiTest::testApiMediaUploadWithMedia() (#5398)
|
2018-07-18 15:36:51 -04:00 |
|
Philipp
|
2d0446bd38
|
simplifying unittests (#5395)
* simplifying unittests
- use @requires instead class_exist
- define @small and @medium
* simplifying unittests
- removed unnecessary throwings
|
2018-07-18 15:04:18 -04:00 |
|
Hypolite Petovan
|
820afa2284
|
Replace global $a with BaseObject::getApp()
|
2018-07-16 19:38:17 -04:00 |
|
Hypolite Petovan
|
5906c7e013
|
Remove api test pconfig debug
|
2018-07-16 19:38:17 -04:00 |
|
Hypolite Petovan
|
478b42e88f
|
Fix debug
|
2018-07-16 19:38:16 -04:00 |
|
Hypolite Petovan
|
6987129a00
|
Add yet more pconfig debug to testApiGetUserWithCustomFrioSchema
|
2018-07-16 19:38:16 -04:00 |
|
Hypolite Petovan
|
4efcd47807
|
Put base test config in Yaml dataset
|
2018-07-16 19:38:16 -04:00 |
|
Hypolite Petovan
|
8fe9a46ccf
|
Set system.hostname in test bootstrap
|
2018-07-16 19:38:16 -04:00 |
|
Hypolite Petovan
|
59c38d1b73
|
Move meaningful message inside Exception thrown in Cache tests
|
2018-07-16 19:38:16 -04:00 |
|
Hypolite Petovan
|
47992d06ce
|
Restore system.url declaration in tests
|
2018-07-16 19:38:16 -04:00 |
|
Hypolite Petovan
|
12e34cc5fb
|
Remove direct App instantiation from tests
|
2018-07-16 19:38:16 -04:00 |
|
Hypolite Petovan
|
fc5d8e41a4
|
[tests] Prevent bin/worker.php from being called during tests
|
2018-07-16 19:38:16 -04:00 |
|
Hypolite Petovan
|
66ac16e101
|
Fix set_baseurl() notice messages in worker during tests
|
2018-07-16 19:38:15 -04:00 |
|
Hypolite Petovan
|
32418e8660
|
Fix test bootstrap namespace issue
|
2018-07-16 19:38:15 -04:00 |
|
Hypolite Petovan
|
1f1a3930b2
|
Instantiate the App in test bootstrap
- Remove wrong App instantiation in Lock test
|
2018-07-16 19:38:15 -04:00 |
|
Hypolite Petovan
|
3433c22116
|
Remove .htconfig.php reference from DatabaseTest
|
2018-07-16 19:38:15 -04:00 |
|
Hypolite Petovan
|
5196ea22ff
|
Fix Database connexion in tests
|
2018-07-16 19:38:15 -04:00 |
|
Philipp Holzer
|
e5c767d809
|
a new unittest for prefix
|
2018-07-09 22:15:11 +02:00 |
|
Philipp Holzer
|
8c2258dd2e
|
switched back to origin TestCase structure
|
2018-07-09 21:48:47 +02:00 |
|
Philipp Holzer
|
dbc38d4263
|
improved unittest
|
2018-07-09 21:40:38 +02:00 |
|
Philipp Holzer
|
c829e43725
|
moved get_guid to System::createGUID
|
2018-07-09 21:38:16 +02:00 |
|
Philipp Holzer
|
be83696f02
|
Redis serialize instead of json because of objects
|
2018-07-08 13:35:28 +02:00 |
|
Philipp Holzer
|
ff24d0d567
|
code-standards wrap operators with spaces
|
2018-07-07 20:51:08 +02:00 |
|
Philipp Holzer
|
3cde7a3e4b
|
Fixed & added unittests
|
2018-07-07 20:35:42 +02:00 |
|
Philipp Holzer
|
065b83d148
|
Fixed memcache & unittests
|
2018-07-07 20:07:07 +02:00 |
|
Philipp Holzer
|
80a4e6263f
|
Added Unittests for cache
fixed Lock & Cache bugs
|
2018-07-07 19:46:16 +02:00 |
|
Philipp Holzer
|
6ecaa5b15a
|
copy&paste error for memcached unittest
|
2018-07-07 18:12:17 +02:00 |
|
Philipp Holzer
|
1ffe0cfd81
|
Added Lock Unittests & Bugfixings
Added Redis Lock Unittests
Added Memcached Lock Unittests
Fixed a bug in dba
Fixed a bug in RedisLock
|
2018-07-07 16:15:03 +02:00 |
|
Michael Vogel
|
3eec97aa6e
|
Merge pull request #5314 from MrPetovan/task/4889-fix-tests
Fix tests after enabling PHP Notices
|
2018-07-06 22:14:01 +02:00 |
|
Philipp Holzer
|
e41e7d2edd
|
Fixings
- fixed test for semaphore
- fixed some issues
- changed namespace in Tests back to "src/"
- changed namings
|
2018-07-05 20:57:31 +02:00 |
|
Philipp Holzer
|
906bb25972
|
code standards / simplifications
|
2018-07-05 07:59:56 +02:00 |
|
Hypolite Petovan
|
c60d85329c
|
Rename language to lang in test data as well
|
2018-07-04 17:55:06 -04:00 |
|
Philipp Holzer
|
aac94d1d74
|
Adding multihost - locking
Adding Unit-Tests for it
|
2018-07-04 23:37:22 +02:00 |
|
Hypolite Petovan
|
cdab9b4cd2
|
Add missing author-link property to testFormatItems*
|
2018-07-04 00:54:53 -04:00 |
|
Hypolite Petovan
|
3a89ab199b
|
Fix tests error/failures
- Fix undenifed index: author-network notice
- Fix assertion mismatch in testApiDirectMessagesNewWithUserId
|
2018-07-04 00:09:17 -04:00 |
|
Hypolite Petovan
|
b2b984433c
|
Fix dataset ids for otheruser/frienduser
Remove debug
|
2018-07-03 23:37:52 -04:00 |
|
Hypolite Petovan
|
675333f246
|
Bleh
|
2018-07-03 23:27:12 -04:00 |
|
Hypolite Petovan
|
3e9ff5ef6e
|
Move debug
|
2018-07-03 23:20:33 -04:00 |
|
Hypolite Petovan
|
8ad41d4f15
|
Add debug to database test
|
2018-07-03 23:14:03 -04:00 |
|
Hypolite Petovan
|
b256f5cf2c
|
Fix missing env variable replacement
|
2018-07-03 22:46:45 -04:00 |
|
Hypolite Petovan
|
40d911c284
|
Use correct App mode to disable logging
- Restore normal mode after DBStructure update
- Improve error message in case of missing DB connection
|
2018-07-03 21:24:16 -04:00 |
|
Hypolite Petovan
|
125f7beb63
|
Add creation/deletion of separate .htconfig.php used for tests
|
2018-07-03 21:22:50 -04:00 |
|
Hypolite Petovan
|
d31e3b16ff
|
Fix boolean values in test data
|
2018-07-03 21:22:10 -04:00 |
|
Hypolite Petovan
|
eaa3e4d157
|
Use MYSQL_* environment variables for tests
- Prevent `.htconfig.php` override when present during tests.
|
2018-07-03 08:26:44 -04:00 |
|
Hypolite Petovan
|
4752ea1374
|
Add .htconfig.php in test setUp
|
2018-07-03 00:02:02 -04:00 |
|
Hypolite Petovan
|
9cce1f70f9
|
Add .htconfig.php in test setUp
|
2018-07-02 23:10:33 -04:00 |
|
Hypolite Petovan
|
39b61da05d
|
Fix last undefined variable/index messages in tests
|
2018-07-02 07:49:44 -04:00 |
|