Skip to content
Snippets Groups Projects
Commit 47635f47 authored by Demian Katz's avatar Demian Katz
Browse files

php-cs-fixer

parent 4fe290d8
No related merge requests found
...@@ -26,7 +26,6 @@ ...@@ -26,7 +26,6 @@
* @link http://www.vufind.org Main Page * @link http://www.vufind.org Main Page
*/ */
namespace VuFindTest\Mink; namespace VuFindTest\Mink;
use VuFindTest\Auth\DatabaseTest;
/** /**
* Mink cart test class. * Mink cart test class.
...@@ -49,7 +48,7 @@ class FavoritesTest extends \VuFindTest\Unit\MinkTestCase ...@@ -49,7 +48,7 @@ class FavoritesTest extends \VuFindTest\Unit\MinkTestCase
*/ */
public static function setUpBeforeClass() public static function setUpBeforeClass()
{ {
self::$hash = substr(md5(time()*2), 0, 16); self::$hash = substr(md5(time() * 2), 0, 16);
self::$hash2 = substr(md5(time()), 0, 16); self::$hash2 = substr(md5(time()), 0, 16);
} }
...@@ -66,8 +65,6 @@ class FavoritesTest extends \VuFindTest\Unit\MinkTestCase ...@@ -66,8 +65,6 @@ class FavoritesTest extends \VuFindTest\Unit\MinkTestCase
} }
} }
protected function gotoSearch($session) protected function gotoSearch($session)
{ {
$session->visit($this->getVuFindUrl() . '/Search/Home'); $session->visit($this->getVuFindUrl() . '/Search/Home');
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment