From 4b737793bc056e7559d578a5ffa03f8ca38a0f20 Mon Sep 17 00:00:00 2001 From: Kalle Sommer Nielsen Date: Fri, 26 Jun 2015 15:35:16 +0200 Subject: [PATCH] Add test for bug #69939 --- ext/com_dotnet/tests/bug69939.phpt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 ext/com_dotnet/tests/bug69939.phpt diff --git a/ext/com_dotnet/tests/bug69939.phpt b/ext/com_dotnet/tests/bug69939.phpt new file mode 100644 index 0000000000..6a778d510a --- /dev/null +++ b/ext/com_dotnet/tests/bug69939.phpt @@ -0,0 +1,11 @@ +--TEST-- +Bug #69939 (Casting object to bool returns false) +--SKIPIF-- + +--FILE-- + +--EXPECT-- +bool(true) -- 2.50.1