editor = Editor::new(); } public function testSanity(): void { $this->assertEquals(0, $this->editor->numRows); $this->assertNull($this->editor->syntax); } }