withoutMiddleware( ThrottleRequests::class ); $this->withoutExceptionHandling(); } public function testBackupJsonRead() { $backup_json_file = base_path().'/tests/Feature/Import/backup.json'; $this->assertTrue(is_array(json_decode(file_get_contents($backup_json_file),1))); } }