コード例 #1
0
 public function testIssetOwnPropertiesSuccess()
 {
     parent::testGetOwnPropertiesSuccess();
     $findQuery = $this->createFindQuery();
     $this->assertTrue(isset($findQuery->isRestricted));
     $this->assertTrue(isset($findQuery->relations));
 }
コード例 #2
0
 public function testIssetOwnPropertiesSuccess()
 {
     parent::testGetOwnPropertiesSuccess();
     $findQuery = $this->createFindQuery();
     $this->assertTrue(isset($findQuery->relationSetName));
     $this->assertTrue(isset($findQuery->relationSource));
 }