]> git.mxchange.org Git - friendica.git/commit
Add Drone CI
authorPhilipp Holzer <admin+github@philipp.info>
Mon, 16 Sep 2019 12:47:49 +0000 (14:47 +0200)
committerPhilipp Holzer <admin+github@philipp.info>
Mon, 30 Sep 2019 12:03:12 +0000 (14:03 +0200)
commitd5dd12b8f8bc7d08813fee3e22831daf45c9052d
tree793aaa6d045a197e27ae3b77658df034d922c929
parentb51dedd7e7b6b4bc68c43ef9ef735f47741b5049
Add Drone CI
- Add drone test environment
- Add drone config
- apt phpunit
- Fix api.php
- Fix item.php
- Fix DBStructure
- Check if caching is possible during tests
20 files changed:
.drone.yml [new file with mode: 0644]
.travis.yml
autotest.sh [new file with mode: 0755]
bin/wait-for-connection [new file with mode: 0755]
include/api.php
mod/api.php
mod/item.php
phpunit.xml [deleted file]
src/Core/Cache/MemcacheCache.php
src/Core/Cache/RedisCache.php
src/Database/DBStructure.php
src/Database/Database.php
tests/Util/Database/StaticDatabase.php
tests/phpunit.xml [new file with mode: 0644]
tests/src/Core/Cache/MemcacheCacheTest.php
tests/src/Core/Cache/MemcachedCacheTest.php
tests/src/Core/Cache/RedisCacheTest.php
tests/src/Core/Lock/MemcacheCacheLockTest.php
tests/src/Core/Lock/MemcachedCacheLockTest.php
tests/src/Core/Lock/RedisCacheLockTest.php