Beispiel #1
0
 function testGetUninitializedDictionaryThrowsException()
 {
     $holder = new WactDictionaryHolder(null);
     try {
         $holder->getDictionary('filter');
         $this->assertTrue(false);
     } catch (Exception $e) {
     }
 }