getName()); } public function testGetSet() : void { $branch = new Branch('test'); self::assertEquals('test', $branch->getName()); } }