summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjvoisin2018-03-02 13:45:33 +0100
committerjvoisin2018-03-02 13:45:33 +0100
commitea13be2426e5fbe0b026f5d80f14a2377d560401 (patch)
tree2e99f86f59694bee827cc173d974e154b98a5758 /src
parent9e769944ff07e39f3890f192e9bb8c57a8cef54c (diff)
Add some rules for Typo3, courtesy of @kjojo
Diffstat (limited to 'src')
-rw-r--r--src/tests/config_typo3.phpt12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/tests/config_typo3.phpt b/src/tests/config_typo3.phpt
new file mode 100644
index 0000000..1b678ca
--- /dev/null
+++ b/src/tests/config_typo3.phpt
@@ -0,0 +1,12 @@
1--TEST--
2Rules for Typo3
3--SKIPIF--
4<?php if (!extension_loaded("snuffleupagus")) die "skip"; ?>
5--INI--
6sp.configuration_file={PWD}/../../config/typo3.rules
7--FILE--
8<?php
9echo "ok"
10?>
11--EXPECT--
12ok