fix ExceptionAnnotationRector description

This commit is contained in:
Tomas Votruba 2018-04-28 00:12:37 +02:00
parent 092aae6c37
commit be5b1cc5f2
2 changed files with 2 additions and 4 deletions

View File

@ -2,8 +2,7 @@
final class MyTest extends \PHPUnit_Framework_TestCase
{
/**
*/
public function test()
{
$this->expectException('FooException');

View File

@ -2,8 +2,7 @@
final class MyTest extends \PHPUnit_Framework_TestCase
{
/**
*/
public function testThrowExceptionWhenOperatorIsInvalid(): void
{
$this->expectException('Phpml\Exception\InvalidArgumentException');