Skip to content

Commit

Permalink
Rename folder, conflicting on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcHagen committed Feb 12, 2024
1 parent ff39036 commit 03dcd8e
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tests/Functional/Controller/BaseAclControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

namespace Packeton\Tests\Functional\Controller;

use Packeton\Tests\Phpunit\PacketonTestTrait;
use Packeton\Tests\Functional\PacketonTestTrait;
use PHPUnit\Framework\Attributes\DataProvider;
use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;

Expand Down
2 changes: 1 addition & 1 deletion tests/Functional/Controller/ProviderControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace Packeton\Tests\Functional\Controller;

use Packeton\Tests\Phpunit\PacketonTestTrait;
use Packeton\Tests\Functional\PacketonTestTrait;
use PHPUnit\Framework\Attributes\DataProvider;
use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

declare(strict_types=1);

namespace Packeton\Tests\Phpunit;
namespace Packeton\Tests\Functional;

use Doctrine\Persistence\ManagerRegistry;
use Packeton\Entity\User;
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/phpunit
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env php
<?php

require_once __DIR__ . '/Phpunit/ErrorHandler.php';
require_once __DIR__ . '/PHPUnitOverride/ErrorHandler.php';

include dirname(__DIR__) . '/vendor/bin/phpunit';

0 comments on commit 03dcd8e

Please sign in to comment.