name); } #[\PHPUnit\Framework\Attributes\Group('framework')] #[\PHPUnit\Framework\Attributes\TestDox('The branch name can be set during initialization and returned')] public function testConstructInputOutput() : void { $branch = new Branch('test'); self::assertEquals('test', $branch->name); } }