Sti3bas / laravel-scout-array-driver

Array driver for Laravel Scout
MIT License
89 stars 8 forks source link

Fix PHPUnit Fatal Error #18

Closed sweptsquash closed 8 months ago

sweptsquash commented 8 months ago

Follow up PR to https://github.com/Sti3bas/laravel-scout-array-driver/pull/17 that fixes PHPUnit randomly throwing Fatal Error after all tests are completed. Due to not calling of TestCase parent::tearDown in ArrayEngineTest.