Merge pull request #103 from kohana/3.3/bug/travis-composer-no-interaction
[kohana-database.git] / koharness.php
blobfd2366d5b1f3e421dff5502a3e7dadad52c03920
1 <?php
2 // Configuration for koharness - builds a standalone skeleton Kohana app for running unit tests
3 return array(
4 'modules' => array(
5 'database' => __DIR__,
6 'unittest' => __DIR__ . '/vendor/kohana/unittest'
7 ),
8 );