public function testGetOptions()
 {
     $this->assertEquals(['one' => 'One', 'two' => 'Two'], $this->config->getPageLayouts());
 }