diff options
| author | jvoisin | 2018-03-02 13:45:33 +0100 |
|---|---|---|
| committer | jvoisin | 2018-03-02 13:45:33 +0100 |
| commit | ea13be2426e5fbe0b026f5d80f14a2377d560401 (patch) | |
| tree | 2e99f86f59694bee827cc173d974e154b98a5758 /src | |
| parent | 9e769944ff07e39f3890f192e9bb8c57a8cef54c (diff) | |
Add some rules for Typo3, courtesy of @kjojo
Diffstat (limited to 'src')
| -rw-r--r-- | src/tests/config_typo3.phpt | 12 |
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-- | ||
| 2 | Rules for Typo3 | ||
| 3 | --SKIPIF-- | ||
| 4 | <?php if (!extension_loaded("snuffleupagus")) die "skip"; ?> | ||
| 5 | --INI-- | ||
| 6 | sp.configuration_file={PWD}/../../config/typo3.rules | ||
| 7 | --FILE-- | ||
| 8 | <?php | ||
| 9 | echo "ok" | ||
| 10 | ?> | ||
| 11 | --EXPECT-- | ||
| 12 | ok | ||
