textSource = new TextSource(); } public function testConstructor(): void { $this->expectException(\TypeError::class); $this->textSource->getText(); } }