We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce11223 commit a05eb48Copy full SHA for a05eb48
2 files changed
codeception.dist.yml
@@ -9,5 +9,6 @@ settings:
9
colors: true
10
memory_limit: 1024M
11
coverage:
12
+ enabled: true
13
include:
14
- src/*
tests/unit/UnitTester.php
@@ -1,4 +1,4 @@
1
-<?php //[STAMP] 299c9488f4ed4aebc065f8689ac7fac3
+<?php //[STAMP] 366667b5fc45146a81c125841d22a88f
2
3
// This class was automatically generated by build task
4
// You should not change it manually as it will be overwritten on next build
@@ -20,7 +20,7 @@
20
* @method void am($role)
21
* @method void lookForwardTo($achieveValue)
22
* @method void comment($description)
23
- * @method void haveFriend($name)
+ * @method void haveFriend($name, $actorClass = null)
24
*/
25
class UnitTester extends \Codeception\Actor
26
{
0 commit comments