Skip to content

Commit

Permalink
Removed useless code
Browse files Browse the repository at this point in the history
  • Loading branch information
limingxinleo committed Jan 10, 2024
1 parent 4c7084e commit 53f1c0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/HttpTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ abstract class HttpTestCase extends TestCase
*/
protected $client;

public function __construct($name = null, array $data = [], $dataName = '')
public function __construct(string $name)
{
parent::__construct($name, $data, $dataName);
parent::__construct($name);
$this->client = make(Testing\Client::class);
// $this->client = make(Testing\HttpClient::class, ['baseUri' => 'http://127.0.0.1:9501']);
}
Expand Down

0 comments on commit 53f1c0d

Please sign in to comment.