repo.or.cz
/
kohana-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Force Debug::dump marker to alpha for type safety [Fixes #559]
[kohana-core.git]
/
koharness.php
blob
7845498db7c06ee85031c1025b62406205609b77
1
<
?php
2
// Configuration for koharness - builds a standalone skeleton Kohana app for running unit tests
3
return array
(
4
'modules'
=>
array
(
5
'unittest'
=>
__DIR__
.
'/vendor/kohana/unittest'
6
),
7
'syspath'
=>
__DIR__
,
8
);