Skip to content

Commit

Permalink
Squiz/PostStatement: add two extra unit tests just to be sure
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfnl committed Oct 17, 2017
1 parent 5680c82 commit 562c22f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,7 @@ class TestClass
public $good = true; // Indeed.

}//end class

if (true || -1 == $b) { /* test */
}
$y = 10 + /* test */ -2;
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,7 @@ class TestClass
// Indeed.

}//end class

if (true || -1 == $b) { /* test */
}
$y = 10 + /* test */ -2;

0 comments on commit 562c22f

Please sign in to comment.