2018-05-31 23:48:38 +02:00
|
|
|
<?php
|
2019-08-12 13:49:05 +02:00
|
|
|
|
2018-05-31 23:48:38 +02:00
|
|
|
namespace Helper;
|
|
|
|
|
|
|
|
// here you can define custom actions
|
|
|
|
// all public methods declared in helper class will be available in $I
|
|
|
|
|
|
|
|
class Acceptance extends \Codeception\Module
|
|
|
|
{
|
|
|
|
}
|