Skip to content

Commit 1ed388d

Browse files
committed
Added warning to docs that Asserts module does not work on HHVM
1 parent 7baf84d commit 1ed388d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Codeception/Module/Asserts.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
/**
88
* Special module for using asserts in your tests.
99
*
10+
* <div class="alert alert-warning">Warning: does not work on <a href="https://github.com/facebook/hhvm/issues/5786">HHVM</a></div>
1011
*/
1112
class Asserts extends CodeceptionModule
1213
{

0 commit comments

Comments
 (0)