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 |
|
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
|
1f1a3930b2
|
Instantiate the App in test bootstrap
- Remove wrong App instantiation in Lock test
|
2018-07-16 19:38:15 -04: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 |
|
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 |
|
Philipp Holzer
|
aac94d1d74
|
Adding multihost - locking
Adding Unit-Tests for it
|
2018-07-04 23:37:22 +02:00 |
|