From f8369d7d6e37248d6523fdac6e1d760fca4f1b52 Mon Sep 17 00:00:00 2001 From: Tobias Sarnowski Date: Wed, 18 Apr 2012 12:08:28 +0200 Subject: moved _testing to _test --- _test/tests/inc/ixr_library_date.test.php | 36 +++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 _test/tests/inc/ixr_library_date.test.php (limited to '_test/tests/inc/ixr_library_date.test.php') diff --git a/_test/tests/inc/ixr_library_date.test.php b/_test/tests/inc/ixr_library_date.test.php new file mode 100644 index 000000000..377b0fd33 --- /dev/null +++ b/_test/tests/inc/ixr_library_date.test.php @@ -0,0 +1,36 @@ +assertEquals($dt->getTimeStamp(),$test[1]); + } + } + +} +//Setup VIM: ex: et ts=4 : -- cgit v1.2.3 From 050f8f4ddc32167e205a190eec9a60ad8f3caed5 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Tue, 1 May 2012 22:58:57 +0200 Subject: removed unecessary requiresin unit tests --- _test/tests/inc/ixr_library_date.test.php | 1 - 1 file changed, 1 deletion(-) (limited to '_test/tests/inc/ixr_library_date.test.php') diff --git a/_test/tests/inc/ixr_library_date.test.php b/_test/tests/inc/ixr_library_date.test.php index 377b0fd33..f38486925 100644 --- a/_test/tests/inc/ixr_library_date.test.php +++ b/_test/tests/inc/ixr_library_date.test.php @@ -1,6 +1,5 @@