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

Commit

Permalink
Adjust aligments 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Norbert Hanauer committed Oct 24, 2017
1 parent abab8b3 commit 7685996
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions tests/TwbBundleTest/ConfigProviderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,23 @@ class ConfigProviderTest extends \PHPUnit_Framework_TestCase
{
/**
* The zend-component config provider
*
*
* @var \TwbBundle\ConfigProvider
*/
protected $configProvider;
protected $configProvider;

/**
* @see \PHPUnit_Framework_TestCase::setUp()
*/
public function setUp()
/**
* @see \PHPUnit_Framework_TestCase::setUp()
*/
public function setUp()
{
$this->configProvider = new ConfigProvider();
}
$this->configProvider = new ConfigProvider();
}

/**
* Tests valid return values
*/
public function testInvokeReturnValues()
public function testInvokeReturnValues()
{
$config = $this->configProvider->__invoke();

Expand Down

0 comments on commit 7685996

Please sign in to comment.