From 1918cd26a16bf6051b3fcc791e1f260bad846c72 Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Wed, 20 Aug 2014 14:32:09 -0400 Subject: Refactored test framework to use YAML config files rather than INI. Fixes #333. --- tests/php/extra/test.cfg | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'tests/php/extra') diff --git a/tests/php/extra/test.cfg b/tests/php/extra/test.cfg index 9c10984..c6011d6 100644 --- a/tests/php/extra/test.cfg +++ b/tests/php/extra/test.cfg @@ -1,6 +1,7 @@ -[DEFAULT] -extensions=extra -normalize=1 -input_ext=.text -output_ext=.xhtml -skip=1 +DEFAULT: + extensions: + - extra + normalize: True + input_ext: .text + output_ext: .xhtml + skip: True -- cgit v1.2.3