Skip to content

Commit

Permalink
Skip RunTest::testUrl for pdo as it depends on getForUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Oct 30, 2020
1 parent 0e19ede commit 67f49b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/Controller/RunTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ public function testIndexWithSearch()

public function testUrl()
{
$this->skipIfPdo('getForUrl is not implemented');

Environment::mock([
'SCRIPT_NAME' => 'index.php',
'PATH_INFO' => '/url/view',
Expand Down

0 comments on commit 67f49b9

Please sign in to comment.