Skip to content

Commit 4245075

Browse files
Merge branch '10.5'
2 parents 4a672f7 + 4272cbd commit 4245075

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/Framework/TestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ final public function runBare(): void
525525
}
526526

527527
if ($this->status->isSuccess()) {
528-
Event\Facade::emitter()->testPassed(
528+
$emitter->testPassed(
529529
$this->valueObjectForEvents(),
530530
);
531531

tests/unit/TextUI/Configuration/Xml/MigratorTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,10 @@
99
*/
1010
namespace PHPUnit\TextUI\XmlConfiguration;
1111

12-
use PHPUnit\Framework\Attributes\CoversClass;
1312
use PHPUnit\Framework\Attributes\TestDox;
1413
use PHPUnit\Framework\TestCase;
1514
use PHPUnit\Util\Xml\Loader as XmlLoader;
1615

17-
#[CoversClass(Migrator::class)]
1816
final class MigratorTest extends TestCase
1917
{
2018
#[TestDox('Can migrate PHPUnit 9.2 configuration')]

0 commit comments

Comments
 (0)