repo.or.cz
/
ninja.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
lsfilter: Add support for non-timestamp date formats
[ninja.git]
/
test
/
unit_test
/
reports
/
wipe_tables.php
blob
ddc7bbaaa795e2c566a34fa24187cd5ed88505e7
1
#!/usr/bin/php
2
3
This script has been replaced with the Kohana unit test named ninja_unit_test
/
wipe_tables
,
4
to allow us to
use
the same DB framework which Ninja uses
.
5
6
<
?php
7
exit
(
1
);
8
?
>