Example #1
0
 function testFindByUri()
 {
     $pdo = $this->getPDO();
     $backend = new PDO($pdo);
     $this->assertEquals('principals/user', $backend->findByUri('mailto:user@example.org', 'principals'));
 }