mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-24 11:44:14 +01:00
fix ExceptionAnnotationRector description
This commit is contained in:
parent
092aae6c37
commit
be5b1cc5f2
@ -2,8 +2,7 @@
|
||||
|
||||
final class MyTest extends \PHPUnit_Framework_TestCase
|
||||
{
|
||||
/**
|
||||
*/
|
||||
|
||||
public function test()
|
||||
{
|
||||
$this->expectException('FooException');
|
||||
|
@ -2,8 +2,7 @@
|
||||
|
||||
final class MyTest extends \PHPUnit_Framework_TestCase
|
||||
{
|
||||
/**
|
||||
*/
|
||||
|
||||
public function testThrowExceptionWhenOperatorIsInvalid(): void
|
||||
{
|
||||
$this->expectException('Phpml\Exception\InvalidArgumentException');
|
||||
|
Loading…
x
Reference in New Issue
Block a user