mini-projet

This commit is contained in:
2026-01-16 16:48:52 +01:00
parent 281aef65f8
commit a59d83df45
1074 changed files with 156012 additions and 0 deletions
+10
View File
@@ -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 Acceptance extends \Codeception\Module
{
}