php-ayah/tests/bootstrap.php
Joshua Sherman 13a407afa8 Added some tests
Close to 65% coverage, just went for the low hanging fruit, mostly happy path.
2014-01-29 12:34:05 -05:00

7 lines
72 B
PHP

<?php
ini_set('date.timezone', 'UTC');
require '../src/ayah.php';
?>