Some checks failed
abc-api/abcParser/pipeline/head There was a failure building this commit
13 lines
191 B
PHP
Executable File
13 lines
191 B
PHP
Executable File
<?php
|
|
namespace Helper;
|
|
|
|
// here you can define custom actions
|
|
// all public methods declared in helper class will be available in $I
|
|
|
|
use Codeception\Module;
|
|
|
|
class Unit extends Module
|
|
{
|
|
|
|
}
|