-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unit tests #9
base: master
Are you sure you want to change the base?
Unit tests #9
Commits on Jan 10, 2019
-
Added Vagrant configuration for quickly setting-up development enviro…
…nment: - Sets-up a Debian-based VM. - Installs required system packages for using the B2DB library. - Installs and sets-up a local database server for testing. - Installs vendor libraries through Composer.
Configuration menu - View commit details
-
Copy full SHA for 5af44f4 - Browse repository at this point
Copy the full SHA 5af44f4View commit details -
Add initial configuration for phpunit:
- Update Vagrant environment to make it possible to easily run PHPUnit (together with extra deps). - Include PHPUnit in Composer file as development requirement.
Configuration menu - View commit details
-
Copy full SHA for 066d0ae - Browse repository at this point
Copy the full SHA 066d0aeView commit details -
Enable coverage reporting for PHPUnit:
- Deploy the xdebug extension in Vagrant dev environment. - Set-up logging to stdout.
Configuration menu - View commit details
-
Copy full SHA for d7c1e78 - Browse repository at this point
Copy the full SHA d7c1e78View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d4a56d - Browse repository at this point
Copy the full SHA 1d4a56dView commit details -
Implemented tests for the Cache constructor, and minor cleanups:
- Added missing documentation. - Updated existing documentation, removing use of deprecated tags (@subpackage) along the way. - Implemented tests for the Cache constructor. - Added new method for checking if the Cache instance is enabled or not. - Throw an exception if unsupported option is passed-in. - Minor clean-ups.
Configuration menu - View commit details
-
Copy full SHA for ca3455c - Browse repository at this point
Copy the full SHA ca3455cView commit details -
Implemented tests and updated documentation for the Cache::getCacheTy…
…peDescription method.
Configuration menu - View commit details
-
Copy full SHA for 1e38cde - Browse repository at this point
Copy the full SHA 1e38cdeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1468e9d - Browse repository at this point
Copy the full SHA 1468e9dView commit details