Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
Merge pull request zendframework/zendframework#2254 from Maks3w/enabl…
Browse files Browse the repository at this point in the history
…e-paginator-disable-test

[Paginator] Enable @group disable test
  • Loading branch information
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/PaginatorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -198,10 +198,6 @@ public function testGetsPagesForPageTwo()
$this->assertEquals($expected, $actual);
}

/**
* @todo Why is this one causing a segfault?
* @group disable
*/
public function testRendersWithoutPartial()
{
$this->paginator->setView(new View\Renderer\PhpRenderer());
Expand Down

0 comments on commit 5295cf8

Please sign in to comment.