From e8c91bc748f446b7438b9b391b7887af174a66fd Mon Sep 17 00:00:00 2001 From: Matt Brown Date: Fri, 9 Dec 2016 13:26:40 -0500 Subject: [PATCH] Mark failing tests incomplete --- tests/ScopeTest.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/tests/ScopeTest.php b/tests/ScopeTest.php index e3cd1ea3ba7..3970dff2a36 100644 --- a/tests/ScopeTest.php +++ b/tests/ScopeTest.php @@ -330,6 +330,19 @@ public function testDoWhileVar() public function testAssignmentInIf() { + $stmts = self::$parser->parse('check(); + } + + public function testNegatedAssignmentInIf() + { + $this->markTestIncomplete('This currently fails'); $stmts = self::$parser->parse('