orchestral/testbench

Using with Pest

Closed this issue · 0 comments

Hi,

I try to use annotation @environment-setup on a test using https://github.com/pestphp/pest but it appears it's never take into account.

Test defined on my class are not retrieved on method doc blocks

eg:

/**
 * @test
 * @environment-setup useFileCacheDriver
 */
test('access token can be acquired from other process after refresh', function () {

access token can be acquired from other process after refresh' not found on method doc blocks

Have you ever tried ?

Thanks