mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-24 03:35:01 +01:00
* [PHPUnit] Fix AddSeeTestAnnotationRector for same short name, but different namespace * correct namespaces
12 lines
174 B
PHP
12 lines
174 B
PHP
<?php
|
|
declare(strict_types=1);
|
|
|
|
namespace Rector\PHPUnit\Tests\TestClassResolver\Source;
|
|
|
|
use PHPUnit\Framework\TestCase;
|
|
|
|
final class SeeSomeClassTest extends TestCase
|
|
{
|
|
|
|
}
|