Continued a bit:
authorRoland Häder <roland@mxchange.org>
Sun, 16 Jul 2017 10:43:03 +0000 (12:43 +0200)
committerRoland Häder <roland@mxchange.org>
Sun, 16 Jul 2017 10:43:03 +0000 (12:43 +0200)
commit8caddd87d0df2a41a9cf31aeb0b168e610bbc31e
treef09312c950bdb8ccc2a72da1a1f9daff8486be80
parente358330c74fb96756839c97c1194f4bdb3c305a3
Continued a bit:
- start of rewriting unit tests, these old where not very well written anyway
- created phpunit.xml.dist
- created composer.json/lock files. No, I'm not going to replace my class
  loader with it. I still like mine better. :-)
- created tests/bootstrap.php which contains an ugly hack for loading my tests
  first. Maybe there is a better way?
- moved class to proper (deeper) location

Signed-off-by: Roland Häder <roland@mxchange.org>
.gitignore
composer.json [new file with mode: 0644]
composer.lock [new file with mode: 0644]
framework/config-global.php
framework/main/classes/database/backend/class_CachedLocalFileDatabase.php [deleted file]
framework/main/classes/database/backend/lfdb_legacy/.htaccess [new file with mode: 0644]
framework/main/classes/database/backend/lfdb_legacy/class_CachedLocalFileDatabase.php [new file with mode: 0644]
nbproject/project.properties
phpunit.xml.dist [new file with mode: 0644]
tests/bootstrap.php [new file with mode: 0644]