Add basic unit testing. re #96

This commit is contained in:
Sébastien Lucas 2013-10-03 08:38:58 +02:00
parent e3bf13ab47
commit c994cf789f
4 changed files with 30 additions and 0 deletions

4
test/config_test.php Normal file
View file

@ -0,0 +1,4 @@
<?php
$config = array();
$config['default_timezone'] = "Europe/Paris";