Example #1
0
 public function testConfigThatDoesnotExists()
 {
     $slim = new \Slim\Slim();
     $textpress = new Textpress($slim, self::config());
     $this->assertNull($textpress->getConfig('wrong.config'));
 }