public function setUp() {
set_error_handler(function($errno, $errstr, $errfile, $errline) {
throw new RuntimeException($errstr . " on line " . $errline . " in file " . $errfile);
});
}
public function tearDown() {
restore_error_handler();
}
PHP Fatal error: Declaration of Tests\Feature\Livewire\Api\ApiBuzCardTest::setUp() must be compatible with Illuminate\Foundation\Testing\TestCase::setUp(): void in /var/www/virtual-card/tests/Feature/Livewire/Api/ApiBuzCardTest.php on line 39