feature-api: Übername des Slim-Skeleton

This commit is contained in:
2022-04-30 15:30:26 +02:00
parent f48208ab42
commit 6ed248e925
45 changed files with 1493 additions and 0 deletions
@@ -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 Unit extends \Codeception\Module
{
}