コード例 #1
0
ファイル: TextpressTest.php プロジェクト: kuslahne/TextPress
 public function testConfigThatDoesnotExists()
 {
     $slim = new \Slim\Slim();
     $textpress = new Textpress($slim, self::config());
     $this->assertNull($textpress->getConfig('wrong.config'));
 }