repo.or.cz
/
kohana-orm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #126 from kohana/3.3/bug/travis-composer-no-interaction
[kohana-orm.git]
/
koharness.php
blob
e2c0b773cccbd6d16a49f889e46a857fa3ea2c99
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
);