Bump version to 3.3.6
[kohana-core.git] / koharness.php
blob7845498db7c06ee85031c1025b62406205609b77
1 <?php
2 // Configuration for koharness - builds a standalone skeleton Kohana app for running unit tests
3 return array(
4 'modules' => array(
5 'unittest' => __DIR__ . '/vendor/kohana/unittest'
6 ),
7 'syspath' => __DIR__,
8 );