repo.or.cz
/
kohana-image.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
PHP7 support
[kohana-image.git]
/
koharness.php
blob
fc5e95a515d0fbba3a532e357c8ff32652fb471d
1
<
?php
2
// Configuration for koharness - builds a standalone skeleton Kohana app for running unit tests
3
return array
(
4
'modules'
=>
array
(
5
'image'
=>
__DIR__
,
6
'unittest'
=>
__DIR__
.
'/vendor/kohana/unittest'
7
),
8
);