From c0a54d62e259534490cf8c4b8c41be16ded337b3 Mon Sep 17 00:00:00 2001 From: Stanislav Malyshev Date: Mon, 1 Jun 2015 23:58:19 -0700 Subject: [PATCH] fix test --- ext/spl/tests/bug69737.phpt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ext/spl/tests/bug69737.phpt b/ext/spl/tests/bug69737.phpt index d39ce3d4a8..7892c41085 100644 --- a/ext/spl/tests/bug69737.phpt +++ b/ext/spl/tests/bug69737.phpt @@ -13,4 +13,9 @@ $h->insert(6); ?> ===DONE=== --EXPECTF-- -Fatal error: Call to undefined method SplMinHeap::notexist() in %s/bug69737.php on line %d +Fatal error: Uncaught EngineException: Call to undefined method SplMinHeap::notexist() in %s/bug69737.php:%d +Stack trace: +#0 [internal function]: SplMinHeap1->compare(1, 6) +#1 %s/bug69737.php(%d): SplHeap->insert(6) +#2 {main} + thrown in %s/bug69737.php on line %d -- 2.40.0