Skip to content

Commit 574a2b8

Browse files
committed
rename pr to issue
1 parent 72523bb commit 574a2b8

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

phpunit.xml.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
<directory>.</directory>
3939
</include>
4040
<exclude>
41+
<directory>tests</directory>
4142
<directory>features</directory>
4243
<directory>vendor</directory>
4344
<file>.php-cs-fixer.dist.php</file>

tests/Fixtures/TestBundle/Entity/PullRequest7135/Bar.php renamed to tests/Fixtures/TestBundle/Entity/Issue7135/Bar.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
declare(strict_types=1);
1313

14-
namespace ApiPlatform\Tests\Fixtures\TestBundle\Entity\PullRequest7135;
14+
namespace ApiPlatform\Tests\Fixtures\TestBundle\Entity\Issue7135;
1515

1616
use ApiPlatform\Metadata\ApiResource;
1717
use ApiPlatform\Metadata\Get;

tests/Fixtures/TestBundle/Entity/PullRequest7135/Foo.php renamed to tests/Fixtures/TestBundle/Entity/Issue7135/Foo.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
declare(strict_types=1);
1313

14-
namespace ApiPlatform\Tests\Fixtures\TestBundle\Entity\PullRequest7135;
14+
namespace ApiPlatform\Tests\Fixtures\TestBundle\Entity\Issue7135;
1515

1616
use ApiPlatform\Metadata\ApiResource;
1717
use ApiPlatform\Metadata\Post;

tests/Functional/PullRequests/PullRequest7135Test.php renamed to tests/Functional/Issues/Issue7135Test.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,18 @@
1111

1212
declare(strict_types=1);
1313

14-
namespace ApiPlatform\Tests\Functional\PullRequests;
14+
namespace ApiPlatform\Tests\Functional\Issues;
1515

1616
use ApiPlatform\Symfony\Bundle\Test\ApiTestCase;
17-
use ApiPlatform\Tests\Fixtures\TestBundle\Entity\PullRequest7135\Bar;
18-
use ApiPlatform\Tests\Fixtures\TestBundle\Entity\PullRequest7135\Foo;
17+
use ApiPlatform\Tests\Fixtures\TestBundle\Entity\Issue7135\Bar;
18+
use ApiPlatform\Tests\Fixtures\TestBundle\Entity\Issue7135\Foo;
1919
use ApiPlatform\Tests\RecreateSchemaTrait;
2020
use ApiPlatform\Tests\SetupClassResourcesTrait;
2121
use Doctrine\ORM\EntityManagerInterface;
2222
use Doctrine\ORM\Tools\SchemaTool;
2323
use Symfony\Component\Uid\Uuid;
2424

25-
class PullRequest7135Test extends ApiTestCase
25+
class Issue7135Test extends ApiTestCase
2626
{
2727
use RecreateSchemaTrait;
2828
use SetupClassResourcesTrait;

0 commit comments

Comments
 (0)