/** * @covers phpDocumentor\Compiler\Compiler::insert */ public function testDefaultPassHasDefaultPriority() { $this->fixture->insert('test'); $this->fixture->setExtractFlags(Compiler::EXTR_PRIORITY); $this->assertEquals(Compiler::PRIORITY_DEFAULT, $this->fixture->extract()); }