repo.or.cz
/
kohana-database.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 #103 from kohana/3.3/bug/travis-composer-no-interaction
[kohana-database.git]
/
koharness.php
blob
fd2366d5b1f3e421dff5502a3e7dadad52c03920
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
);