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

Commit

Permalink
Remove cs ignore and reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
Xerkus committed May 22, 2019
1 parent 4e3e4f8 commit f4a565e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions test/ZendViewRendererFactoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -272,11 +272,11 @@ public function testConfiguresCustomDefaultSuffix()
$r->setAccessible(true);
$resolver = $r->getValue($view);

// @codingStandardsIgnoreStart
// phpcs:disable
$this->assertInstanceOf(NamespacedPathStackResolver::class, $resolver, 'Expected NamespacedPathStackResolver not found!');
// phpcs:enable
// @codingStandardsIgnoreEnd
$this->assertInstanceOf(
NamespacedPathStackResolver::class,
$resolver,
'Expected NamespacedPathStackResolver not found!'
);
$this->assertEquals('php', $resolver->getDefaultSuffix());
}

Expand Down

0 comments on commit f4a565e

Please sign in to comment.