Skip to content

Commit

Permalink
Adds @todo entry to the relevant docblocks
Browse files Browse the repository at this point in the history
  • Loading branch information
artstorm committed Jun 17, 2015
1 parent b162a3c commit 3ed3cbd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions api/tests/TestCase.php
@@ -1,5 +1,8 @@
<?php

/**
* @todo Remove this when Lumen has a patch released to fix Mockery in Laravel\Lumen\Testing\TestCase
*/
use Mockery as Mockery; // Remove this and tearDown() when next Lumen patch
// is released

Expand Down Expand Up @@ -29,6 +32,8 @@ public function createApplication()
* it working.
*
* When Lumen gets the next update, we can remove this.
*
* @todo Remove this when Lumen has a patch released to fix Mockery in Laravel\Lumen\Testing\TestCase
*/
public function tearDown()
{
Expand Down

0 comments on commit 3ed3cbd

Please sign in to comment.