Skip to content

Commit

Permalink
Rename test methods.
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Jul 27, 2016
1 parent bdb6cf8 commit 37d06d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/TestCase/Http/MiddlewareQueueTest.php
Expand Up @@ -44,7 +44,7 @@ public function testGet()
*
* @return void
*/
public function testPushReturn()
public function testAddReturn()
{
$stack = new MiddlewareQueue();
$cb = function () {
Expand All @@ -57,7 +57,7 @@ public function testPushReturn()
*
* @return void
*/
public function testPushOrdering()
public function testAddOrdering()
{
$one = function () {
};
Expand Down

0 comments on commit 37d06d2

Please sign in to comment.