public function testGetClasses()
 {
     $refClasses = $this->parsedRefFileNamespace->getClasses();
     $this->assertCount(2, $refClasses);
 }