Skip to content

Commit 381a375

Browse files
committed
fix
1 parent c2ae2f4 commit 381a375

File tree

6 files changed

+868
-2
lines changed

6 files changed

+868
-2
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<?php
2+
3+
declare(strict_types=1);
4+
5+
namespace Vjik\Codeception\DatabasePopulator\Tests;
6+
7+
/**
8+
* Inherited Methods
9+
* @method void wantTo($text)
10+
* @method void wantToTest($text)
11+
* @method void execute($callable)
12+
* @method void expectTo($prediction)
13+
* @method void expect($prediction)
14+
* @method void amGoingTo($argumentation)
15+
* @method void am($role)
16+
* @method void lookForwardTo($achieveValue)
17+
* @method void comment($description)
18+
* @method void pause($vars = [])
19+
*
20+
* @SuppressWarnings(PHPMD)
21+
*/
22+
class MySqlIntegrationTester extends \Codeception\Actor
23+
{
24+
use _generated\MySqlIntegrationTesterActions;
25+
26+
/**
27+
* Define custom actions here
28+
*/
29+
}

tests/_support/MySqlPreloadTester.php

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<?php
2+
3+
declare(strict_types=1);
4+
5+
namespace Vjik\Codeception\DatabasePopulator\Tests;
6+
7+
/**
8+
* Inherited Methods
9+
* @method void wantTo($text)
10+
* @method void wantToTest($text)
11+
* @method void execute($callable)
12+
* @method void expectTo($prediction)
13+
* @method void expect($prediction)
14+
* @method void amGoingTo($argumentation)
15+
* @method void am($role)
16+
* @method void lookForwardTo($achieveValue)
17+
* @method void comment($description)
18+
* @method void pause($vars = [])
19+
*
20+
* @SuppressWarnings(PHPMD)
21+
*/
22+
class MySqlPreloadTester extends \Codeception\Actor
23+
{
24+
use _generated\MySqlPreloadTesterActions;
25+
26+
/**
27+
* Define custom actions here
28+
*/
29+
}

tests/_support/_generated/IntegrationTesterActions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php //[STAMP] c24edd3767fa499960577b11b53d2923
1+
<?php //[STAMP] 4e578d7ff55748495388fac7d7ae2140
22
// phpcs:ignoreFile
33
namespace Vjik\Codeception\DatabasePopulator\Tests\_generated;
44

0 commit comments

Comments
 (0)