Exemplo n.º 1
0
 public function testFindPostByPathFailure()
 {
     $repository = new MysqlPostRepository(self::$connection);
     $data = $repository->findPostByPath('');
     $this->assertFalse($data);
 }