Skip to content

Commit

Permalink
Test ContentInfo::__isset()
Browse files Browse the repository at this point in the history
  • Loading branch information
pspanja committed Apr 6, 2018
1 parent 964a623 commit 8da6a62
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/lib/Integration/BaseTest.php
Expand Up @@ -624,6 +624,8 @@ protected function assertContentInfo($contentInfo, $data)
$this->assertTrue(isset($contentInfo->contentTypeIdentifier));
$this->assertTrue(isset($contentInfo->contentTypeName));
$this->assertTrue(isset($contentInfo->contentTypeDescription));
$this->assertTrue(isset($contentInfo->content));
$this->assertTrue(isset($contentInfo->mainLocation));
$this->assertFalse(isset($contentInfo->nonExistentProperty));

try {
Expand Down

0 comments on commit 8da6a62

Please sign in to comment.