Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Test infrastructure and tests are missing #3

Open
5 tasks
bzikarsky opened this issue Feb 29, 2016 · 0 comments
Open
5 tasks

Test infrastructure and tests are missing #3

bzikarsky opened this issue Feb 29, 2016 · 0 comments

Comments

@bzikarsky
Copy link
Contributor

Currently there is only one class to be tested: DataStore -- this seems to be the perfect moment to set up a proper testing environment.

  • Setup a require-dev section in composer.json with phpunit
  • Setup /tests with a bootstrap.php (required for autoloader)
  • Write a test for DataStore and run it with vendor/bin/phpunit
  • Setup and test a config for Travis CI .travis.yml
  • Optionally: Setup and test a config for scrutinizer .scrutinizer.yml
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant