Skip to content

Commit 2d57ff2

Browse files
DavertMikNaktibalda
authored andcommitted
fixed Symfony and REST modules
1 parent cd4e36a commit 2d57ff2

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?php
2+
namespace Codeception\Module;
3+
4+
class UniversalFramework extends \Codeception\Lib\Framework
5+
{
6+
public function __construct()
7+
{
8+
$index = '/app/index.php';
9+
$this->client = new \Codeception\Lib\Connector\Universal();
10+
$this->client->setIndex(\Codeception\Configuration::dataDir().$index);
11+
}
12+
}

0 commit comments

Comments
 (0)