Skip to content

Commit 2be8603

Browse files
author
Bauffman
committed
Makes sure the testExpect method is not marked as skipped.
1 parent 4ce850f commit 2be8603

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tests/TokenStreamTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ public function testExpect()
5555

5656
// expecting NAME with value '$name'
5757
$this->stream->expect(Token::NAME, 'name');
58+
$this->assertTrue(true);
5859
}
5960

6061
/**

0 commit comments

Comments
 (0)