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

View File

@ -44,3 +44,5 @@ it('throws error if method do not exist', function () {
it('can forward unexpected calls to any global function')->_assertThat();
it('can use helpers from helpers file')->myAssertTrue(true);
it('can use helpers from helpers directory')->myDirectoryAssertTrue(true);