mirror of
https://github.com/pestphp/pest.git
synced 2026-04-20 22:20:17 +02:00
fix: tests in Helpers directory are not executed
This commit is contained in:
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user