reciever = new Reciever(); } public function testConstructor(): void { $this->assertInstanceOf(Collection::class, $this->reciever->getMembers()); $this->expectException(\TypeError::class); $this->reciever->getRight(); } }