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

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'spiffyjr-patch-3' into develop
  • Loading branch information
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/PHPUnit/Controller/AbstractControllerTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ abstract class AbstractControllerTestCase extends PHPUnit_Framework_TestCase
/**
* @var \Zend\Mvc\ApplicationInterface
*/
private $application;
protected $application;

/**
* @var array
*/
private $applicationConfig;
protected $applicationConfig;

/**
* Flag to use console router or not
Expand All @@ -42,7 +42,7 @@ abstract class AbstractControllerTestCase extends PHPUnit_Framework_TestCase
* Flag console used before tests
* @var bool
*/
private $usedConsoleBackup;
protected $usedConsoleBackup;

/**
* Trace error when exception is throwed in application
Expand Down

0 comments on commit 5956f4c

Please sign in to comment.