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

Commit

Permalink
Merge branch 'cs/zendframework/zendframework#6872-php-cs-fixer-automa…
Browse files Browse the repository at this point in the history
  • Loading branch information
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ protected function setUp()

public function testUseOfRouter()
{
$this->assertEquals(true, $this->useConsoleRequest);
$this->assertEquals(true, $this->useConsoleRequest);
}

public function testAssertResponseStatusCode()
Expand Down
2 changes: 1 addition & 1 deletion test/PHPUnit/Controller/AbstractControllerTestCaseTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public function testCanNotDefineApplicationConfigWhenApplicationIsBuilt()

public function testUseOfRouter()
{
// default value
// default value
$this->assertEquals(false, $this->useConsoleRequest);
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public function setUp()

public function testUseOfRouter()
{
$this->assertEquals(false, $this->useConsoleRequest);
$this->assertEquals(false, $this->useConsoleRequest);
}

public function testAssertResponseStatusCode()
Expand Down

0 comments on commit c5f28af

Please sign in to comment.