diff options
author | Michael Große <grosse@cosmocode.de> | 2014-12-18 11:39:15 +0100 |
---|---|---|
committer | Michael Große <grosse@cosmocode.de> | 2014-12-18 11:39:15 +0100 |
commit | 7268f44f1b278bafced8e85930ba3dd0c92b8900 (patch) | |
tree | a790f6b464e67c27d26b16bf6ebb6d2378fe2e89 /_test/tests/inc/parser | |
parent | 50e07413f6c62d6593a89dcf070dffd413170aad (diff) | |
download | rpg-7268f44f1b278bafced8e85930ba3dd0c92b8900.tar.gz rpg-7268f44f1b278bafced8e85930ba3dd0c92b8900.tar.bz2 |
Remove stray comment block
Diffstat (limited to '_test/tests/inc/parser')
-rw-r--r-- | _test/tests/inc/parser/parser_media.test.php | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/_test/tests/inc/parser/parser_media.test.php b/_test/tests/inc/parser/parser_media.test.php index e124b85e2..d9a0626f5 100644 --- a/_test/tests/inc/parser/parser_media.test.php +++ b/_test/tests/inc/parser/parser_media.test.php @@ -101,13 +101,3 @@ class TestOfDoku_Parser_Media extends TestOfDoku_Parser { $this->assertEquals(substr($url,644),$rest); } } - -/** - * .oga: - * http://upload.wikimedia.org/wikipedia/commons/6/6b/Meow_of_a_pleading_cat.oga - * - * .wav: - * http://upload.wikimedia.org/wikipedia/commons/8/81/Meow_of_a_Siamese_cat_-_freemaster2.wav - * - * - */ |