Skip to content

Commit

Permalink
re-enble tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alterphp committed Jan 29, 2018
1 parent 5cf9e25 commit 560969b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/Controller/EmbeddedListTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ public function testEmbeddedListisDisplaid()
$this->assertSame(1, $crawler->filter('.embedded-list[for="'.$forAttrValue.'"]')->count());
}

/*
public function testRequestSingleFilterIsApplied()
{
$crawler = $this->requestListView('Product', array('entity.enabled' => false));
Expand Down Expand Up @@ -121,6 +118,4 @@ public function testRequestNotNullFilterIsApplied()
$crawler->filter('#main .list-pagination')->text()
);
}
*/
}

0 comments on commit 560969b

Please sign in to comment.