diff options
author | Dominik Eckelmann <deckelmann@gmail.com> | 2012-04-01 22:22:06 +0200 |
---|---|---|
committer | Dominik Eckelmann <deckelmann@gmail.com> | 2012-04-01 22:22:06 +0200 |
commit | fe850c7cf98963803447e8b99f9c3f803bf44835 (patch) | |
tree | 3aaa74b9bcccf91968da286b71770adca96a7c4c | |
parent | e0a6e4bf754d2698599fd7329ac26a84dd9c44f3 (diff) | |
download | rpg-fe850c7cf98963803447e8b99f9c3f803bf44835.tar.gz rpg-fe850c7cf98963803447e8b99f9c3f803bf44835.tar.bz2 |
fixed ixr_library_ixr_message testcase in simpletest
-rw-r--r-- | _test/cases/inc/ixr_library_ixr_message.test.php (renamed from _test/cases/inc/IXR_Library_IXR_Message.test.php) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/_test/cases/inc/IXR_Library_IXR_Message.test.php b/_test/cases/inc/ixr_library_ixr_message.test.php index bc9be572d..483ba2476 100644 --- a/_test/cases/inc/IXR_Library_IXR_Message.test.php +++ b/_test/cases/inc/ixr_library_ixr_message.test.php @@ -1,4 +1,5 @@ <?php +require_once DOKU_INC.'inc/init.php'; require_once DOKU_INC.'inc/IXR_Library.php'; class ixr_library_ixr_message_test extends UnitTestCase { |