Skip to content

Commit

Permalink
Fix camel case typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rdcx committed Jan 25, 2017
1 parent f1878f0 commit b0e953e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestCase/Http/MiddlewareQueueTest.php
Expand Up @@ -234,7 +234,7 @@ public function testInsertAtNegative()
};
$two = function () {
};
$three = new SampleMiddleWare();
$three = new SampleMiddleware();

$queue = new MiddlewareQueue();
$queue->add($one)->insertAt(-1, $two)->insertAt(-1, $three);
Expand Down

0 comments on commit b0e953e

Please sign in to comment.