1
0
mirror of https://github.com/mosbth/cimage.git synced 2025-08-30 02:49:50 +02:00

Adding unittest with phpunit #84, fix #13

This commit is contained in:
Mikael Roos
2015-03-04 11:32:11 +01:00
parent f37189c378
commit 2c03cde379
6 changed files with 322 additions and 2 deletions

6
test/config.php Normal file
View File

@@ -0,0 +1,6 @@
<?php
/**
* Get all configuration details to be able to execute the test suite.
*
*/
require __DIR__ . "/../autoload.php";