Skip to content

Commit

Permalink
Merge pull request #28 from notfoundsam/v1.3.1
Browse files Browse the repository at this point in the history
v1.3.1 fix debug
  • Loading branch information
notfoundsam authored Sep 8, 2021
2 parents 8792f1b + c623c7f commit 28ad91e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Browser.php
Original file line number Diff line number Diff line change
Expand Up @@ -580,8 +580,6 @@ private function readFile($url, $options, $method)
return file_get_contents($testsPath.'auction_ended.html');
case static::$AUCTION_BID_URL.'n000000000':
throw new PageNotfoundException;
case static::$AUCTION_URL:
return file_get_contents($testsPath.'auction_url.html');

case static::$LOGIN_URL:
if ($method == 'GET') {
Expand Down

0 comments on commit 28ad91e

Please sign in to comment.