コード例 #1
0
ファイル: SchemaTest.php プロジェクト: php-opencloud/common
 public function test_it_gets_property_paths()
 {
     $this->assertEquals(['/foo', '/bar', '/baz'], $this->schema->getPropertyPaths());
 }