mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Bootstrap codeception.
This commit is contained in:
9
tests/_support/Helper/Unit.php
Normal file
9
tests/_support/Helper/Unit.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
namespace Helper;
|
||||
// here you can define custom actions
|
||||
// all public methods declared in helper class will be available in $I
|
||||
|
||||
class Unit extends \Codeception\Module
|
||||
{
|
||||
|
||||
}
|
Reference in New Issue
Block a user