Skip to content
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

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Unit tests #9

wants to merge 7 commits into from

Commits on Jan 10, 2019

  1. 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.
    azaghal committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    5af44f4 View commit details
    Browse the repository at this point in the history
  2. 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.
    azaghal committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    066d0ae View commit details
    Browse the repository at this point in the history
  3. Enable coverage reporting for PHPUnit:

    - Deploy the xdebug extension in Vagrant dev environment.
    - Set-up logging to stdout.
    azaghal committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    d7c1e78 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1d4a56d View commit details
    Browse the repository at this point in the history
  5. 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.
    azaghal committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    ca3455c View commit details
    Browse the repository at this point in the history
  6. Implemented tests and updated documentation for the Cache::getCacheTy…

    …peDescription method.
    azaghal committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    1e38cde View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1468e9d View commit details
    Browse the repository at this point in the history