init
This commit is contained in:
10
vendor/codeception/base/tests/support/Helper/Angular.php
vendored
Normal file
10
vendor/codeception/base/tests/support/Helper/Angular.php
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
namespace Helper;
|
||||
|
||||
// here you can define custom actions
|
||||
// all public methods declared in helper class will be available in $I
|
||||
|
||||
class Angular extends \Codeception\Module
|
||||
{
|
||||
|
||||
}
|
||||
6
vendor/codeception/base/tests/support/Helper/Shire.php
vendored
Normal file
6
vendor/codeception/base/tests/support/Helper/Shire.php
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
namespace Helper;
|
||||
|
||||
class Shire extends \Codeception\Module
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user