Esempio n. 1
0
 public function testDictionaryWithDictionary()
 {
     $dict = RTDictionary::dictionaryWithDictionary($this->dictionary);
     $this->assertTrue(is_object($dict));
     $this->assertTrue(is_a($dict, "RTDictionary"));
 }