Skip to content
This repository has been archived by the owner on Jan 30, 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
Ocramius committed Nov 14, 2014
166 parents a2b81c6 + 5711b49 + db8e36b + 9a865bc + 27420a4 + 2e7e46b + f51e1ec + e6b286e + d5c10b6 + 0eabc04 + fed2583 + af2d845 + e8e4ce2 + f4be937 + 9323faa + 65deb5a + d5a4f17 + 94b36e8 + 62824a2 + 6378cbe + a10281c + cd0ff39 + 02e8122 + a667dd4 + 02ccc35 + 7d61487 + ab2f663 + a27ca10 + 75af0e5 + 24f498b + d2dd157 + 6c759d8 + 51b0320 + aabe1c0 + e76b67c + 5d85a78 + d285b08 + c5df6b0 + ff58ff4 + 5675884 + a55ead5 + 47eb5a8 + a36e34a + 3e520ad + 7b0d374 + 461c28b + 3890e69 + 316384e + 1431343 + debad5a + 1680741 + 4497a00 + bb6633a + 6b7ed03 + 35fcae3 + 0737e9d + c31bf4c + 918649e + ecbe771 + b4124fc + f4e1da0 + a8c70a8 + 50d3c5d + 79180fa + f6f9386 + 8ed6590 + d79a4a4 + 3958052 + eae6146 + 1cc7a46 + 1d9542f + a22d6e2 + 3496b67 + 9398e77 + 687d980 + 900dc7d + 21f6363 + 0eeb6ff + 8c442a3 + adf1f8e + c2ceb18 + 9b17a1c + d5dab4a + 346a62a + 9808633 + bdeec54 + 1a2506a + f5f3d02 + b623064 + 4338bf4 + bdababf + 4054000 + 4449c16 + d3d8b33 + 8427cf8 + 8d162ec + a988e9a + 3e9d597 + ee93c08 + 9d3ce53 + f04a59c + 0c3f2de + a654383 + 502d937 + 93350ca + 23a0ccc + 15dc071 + 6ca79e9 + 7645850 + 7b0843e + b9f38cc + 53d4205 + 0ba91ba + 7ad75c4 + 35376fd + e6713be + b15c871 + 4121ed2 + 905626d + 529973a + e28e80a + b64275a + 2f43075 + 05dea5f + b0f56ea + a0ae2ac + 8b01bd8 + fc7acfc + 87b1ffc + c00475b + 6d05c34 + 2f2787b + 229c668 + c164e00 + e5c1ff6 + 5023ed3 + 3c689b8 + 789b92c + ae927c2 + 7741eac + ab3bdcd + 6c02989 + 0d17da2 + 1035d13 + 361c1cf + b31816b + 0102405 + 84330e4 + 50b28a7 + 196892e + 55ecf0a + cdf2159 + 97a5f0f + 2951d73 + bbfc15c + 7aff06a + 2ec87c8 + 9fd7105 + 090f966 + 295dff4 + d43b026 + 827fd02 + 5559cd9 + cfb3de6 + 80fffc8 + 8248390 commit 738f604
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 13 deletions.
1 change: 0 additions & 1 deletion src/AbstractContainer.php
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,6 @@ public function __call($method, $arguments)
), 0, $error);
}
return $this->{$match[1]}($match[2], $arguments[0]);

}

/**
Expand Down
1 change: 0 additions & 1 deletion src/Exception/ExceptionInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,4 @@
*/
interface ExceptionInterface
{

}
2 changes: 0 additions & 2 deletions test/ContainerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ class ContainerTest extends \PHPUnit_Framework_TestCase
*/
protected function setUp()
{

}

/**
Expand All @@ -35,7 +34,6 @@ protected function setUp()
*/
protected function tearDown()
{

}

public function testConstructWithArray()
Expand Down
1 change: 0 additions & 1 deletion test/NavigationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,4 @@ public function testNavigationArraySortsCorrectly()
$this->assertEquals('page1', $pages[1]['uri']);
$this->assertEquals('page2', $pages[2]['uri']);
}

}
3 changes: 0 additions & 3 deletions test/Page/MvcTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,6 @@ public function testActionAndControllerAccessors()
$msg .= 'Zend\Navigation\Exception\InvalidArgumentException was thrown';
$this->fail($msg);
} catch (Navigation\Exception\InvalidArgumentException $e) {

}
}
}
Expand Down Expand Up @@ -437,7 +436,6 @@ public function testRouteAccessor()
$msg .= 'Zend\Navigation\Exception\InvalidArgumentException was thrown';
$this->fail($msg);
} catch (Navigation\Exception\InvalidArgumentException $e) {

}
}
}
Expand Down Expand Up @@ -745,6 +743,5 @@ public function testRecursiveDetectIsActiveWhenRouteNameIsKnown()

$this->assertTrue($childPage->isActive(true));
$this->assertTrue($parentPage->isActive(true));

}
}
1 change: 0 additions & 1 deletion test/Page/PageFactoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
*/
class PageFactoryTest extends \PHPUnit_Framework_TestCase
{

public function testDetectFactoryPage()
{
AbstractPage::addFactory(function ($page) {
Expand Down
1 change: 0 additions & 1 deletion test/Page/PageTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ class PageTest extends \PHPUnit_Framework_TestCase
*/
protected function setUp()
{

}

/**
Expand Down
2 changes: 0 additions & 2 deletions test/Page/UriTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ public function testUriOptionAsInteger()
$this->fail('An invalid \'uri\' was given, but ' .
'a Zend\Navigation\Exception\InvalidArgumentException was not thrown');
} catch (Navigation\Exception\InvalidArgumentException $e) {

}
}

Expand All @@ -61,7 +60,6 @@ public function testUriOptionAsObject()
$this->fail('An invalid \'uri\' was given, but ' .
'a Zend\Navigation\Exception\InvalidArgumentException was not thrown');
} catch (Navigation\Exception\InvalidArgumentException $e) {

}
}

Expand Down
1 change: 0 additions & 1 deletion test/ServiceFactoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ protected function setUp()
*/
protected function tearDown()
{

}

/**
Expand Down

0 comments on commit 738f604

Please sign in to comment.