Skip to content

Commit

Permalink
Remove empty docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
davedevelopment committed Sep 10, 2015
1 parent efc7bcd commit e348bd8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/Mockery/ContainerTest.php
Expand Up @@ -1269,8 +1269,6 @@ public function testHandlesMethodWithArgumentExpectationWhenCalledWithNestedReso
$mock->foo($testArray);
}

/**
*/
public function testExceptionOutputMakesBooleansLookLikeBooleans()
{
$mock = $this->container->mock('MyTestClass');
Expand All @@ -1284,7 +1282,6 @@ public function testExceptionOutputMakesBooleansLookLikeBooleans()
$mock->foo(true, false, [true, false]);
}


/**
* @test
* @group issue/339
Expand Down

0 comments on commit e348bd8

Please sign in to comment.