コード例 #1
0
ファイル: PropertySetTest.php プロジェクト: samizdam/WebDAV
 /** Testing Countable **/
 public function testCount()
 {
     $this->assertEquals(count(self::$properties), $this->props->count());
 }