From 93abcd9bb74a31735eedcbe5d1e10bc723572992 Mon Sep 17 00:00:00 2001 From: Pierrick Charron Date: Tue, 29 Dec 2009 16:06:27 +0000 Subject: [PATCH] Add a test for tidyNode::__construct() --- ext/tidy/tests/035.phpt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 ext/tidy/tests/035.phpt diff --git a/ext/tidy/tests/035.phpt b/ext/tidy/tests/035.phpt new file mode 100644 index 0000000000..832f90fe57 --- /dev/null +++ b/ext/tidy/tests/035.phpt @@ -0,0 +1,12 @@ +--TEST-- +tidyNode::__construct() +--SKIPIF-- + +--FILE-- + +--EXPECTF-- +Fatal error: Call to private tidyNode::__construct() from invalid context in %s on line %d -- 2.50.1