Skip to content

Commit a05eb48

Browse files
author
stevewest
committed
Updates codeception config to bring back coverage
1 parent ce11223 commit a05eb48

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

codeception.dist.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@ settings:
99
colors: true
1010
memory_limit: 1024M
1111
coverage:
12+
enabled: true
1213
include:
1314
- src/*

tests/unit/UnitTester.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php //[STAMP] 299c9488f4ed4aebc065f8689ac7fac3
1+
<?php //[STAMP] 366667b5fc45146a81c125841d22a88f
22

33
// This class was automatically generated by build task
44
// You should not change it manually as it will be overwritten on next build
@@ -20,7 +20,7 @@
2020
* @method void am($role)
2121
* @method void lookForwardTo($achieveValue)
2222
* @method void comment($description)
23-
* @method void haveFriend($name)
23+
* @method void haveFriend($name, $actorClass = null)
2424
*/
2525
class UnitTester extends \Codeception\Actor
2626
{

0 commit comments

Comments
 (0)