Added some tests
Close to 65% coverage, just went for the low hanging fruit, mostly happy path.
This commit is contained in:
parent
a0de82967e
commit
13a407afa8
6 changed files with 79 additions and 0 deletions
7
tests/bootstrap.php
Normal file
7
tests/bootstrap.php
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?php
|
||||
|
||||
ini_set('date.timezone', 'UTC');
|
||||
|
||||
require '../src/ayah.php';
|
||||
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue