Skip to content

Instantly share code, notes, and snippets.

@ismail1432
Created August 18, 2022 17:05
Show Gist options
  • Save ismail1432/3ffd21500035d107a4b16727939b4704 to your computer and use it in GitHub Desktop.
Save ismail1432/3ffd21500035d107a4b16727939b4704 to your computer and use it in GitHub Desktop.
# phpunit file configuration, phpunit.xml
<phpunit>
...
<extensions>
<extension class="App\Test\TimeoutPHPUnitExtension" />
</extensions>
</phpunit>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment