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