Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
Modelizer authored and StyleCIBot committed Apr 7, 2018
1 parent 44dac40 commit f937762
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/SeleniumTestCase.php
Expand Up @@ -80,7 +80,6 @@ protected function refreshApplication()
$this->app = $this->createApplication();
}


/**
* Define environment setup.
*
Expand Down Expand Up @@ -115,6 +114,6 @@ private function getRootDirectory()
*/
private function installedAsPackage()
{
return file_exists(__DIR__ . '/../../../autoload.php');
return file_exists(__DIR__.'/../../../autoload.php');
}
}

0 comments on commit f937762

Please sign in to comment.