From eac3e3e4a445bdb8bddd066dc1cb32f6dc8d7cc5 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.40.0