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

Add stop calls to avoid problems if more tests are added.

parent e1cf8f32
No related merge requests found
......@@ -103,5 +103,7 @@ class AdvancedSearchTest extends \VuFindTest\Unit\MinkTestCase
$this->assertEquals('Title', $page->findById('search_type0_1')->getValue());
$this->assertEquals('1883', $page->findById('search_lookfor0_2')->getValue());
$this->assertEquals('year', $page->findById('search_type0_2')->getValue());
$session->stop();
}
}
......@@ -50,5 +50,6 @@ class BasicTest extends \VuFindTest\Unit\MinkTestCase
$session->visit($this->getVuFindUrl());
$this->assertEquals(200, $session->getStatusCode());
$this->assertTrue(false !== strstr($session->getPage()->getContent(), 'VuFind'));
$session->stop();
}
}
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