From cdae9845ac7c223d12bafc0fcd146cfae2c61363 Mon Sep 17 00:00:00 2001 From: valmat Date: Sun, 6 Apr 2014 00:10:59 +0600 Subject: Changed the test php/phpt/class_obj/005-static-prop.phpt Included checking the static properties: https://github.com/CopernicaMarketingSoftware/PHP-CPP/commit/ffdccb83d460791202bdb258dbb9106da877da3b --- tests/php/phpt/class_obj/005-static-prop.phpt | 32 +++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 tests/php/phpt/class_obj/005-static-prop.phpt (limited to 'tests/php/phpt/class_obj/005-static-prop.phpt') diff --git a/tests/php/phpt/class_obj/005-static-prop.phpt b/tests/php/phpt/class_obj/005-static-prop.phpt new file mode 100644 index 0000000..c0aa2ef --- /dev/null +++ b/tests/php/phpt/class_obj/005-static-prop.phpt @@ -0,0 +1,32 @@ +--TEST-- +Test class with static property and class constant +--SKIPIF-- + +--FILEEOF-- +