kompakt/test-helper

Little helpers for testing

1.0.2 2018-09-01 16:00 UTC

This package is auto-updated.

Last update: 2024-04-05 13:22:36 UTC


README

Little helpers for testing

Install

  • git clone https://github.com/kompakt/test-helper.git
  • cd test-helper
  • curl -sS https://getcomposer.org/installer | php
  • php composer.phar install

Tests

  • cp tests/config.php.dist config.php
  • Adjust config.php as needed
  • vendor/bin/phpunit

License

kompakt/test-helper is licensed under the MIT license - see the LICENSE file for details