Skip to content

Commit

Permalink
fixing the test broken by refactoring, related to #393
Browse files Browse the repository at this point in the history
  • Loading branch information
henriyli committed Jan 4, 2016
1 parent c6212a0 commit 16d6e7f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/ConceptPropertyTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
class ConceptPropertyTest extends PHPUnit_Framework_TestCase
{
private $model;
private $concept;

protected function setUp() {
require_once 'testconfig.inc';
Expand All @@ -14,8 +13,6 @@ protected function setUp() {
textdomain('skosmos');

$this->model = new Model(new GlobalConfig('/../tests/testconfig.inc'));
$search_results = $this->model->searchConceptsAndInfo('carp', 'test', 'en', 'en');
$this->concept = $search_results['results'][0];
}

/**
Expand Down

0 comments on commit 16d6e7f

Please sign in to comment.