fix: tests in Helpers directory are not executed

This commit is contained in:
Sandro Gehri
2023-03-30 21:49:17 +02:00
parent 152b7a9fc4
commit d14f2728d8
7 changed files with 26 additions and 6 deletions

6
tests/Helpers/Helper.php Normal file
View File

@ -0,0 +1,6 @@
<?php
function myDirectoryAssertTrue($value)
{
test()->assertTrue($value);
}