Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
aynsix committed Jun 27, 2024
1 parent 8cf51b4 commit db51ae6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/PhraseanetSDK/Tests/Repository/RepositoryTestCase.php
Original file line number Diff line number Diff line change
@@ -389,10 +389,6 @@ protected function checkPermalink($permalink)
$this->assertInternalType('string', $permalink->getUrl());
$this->assertNotNull($permalink->getPageUrl());
$this->assertInternalType('string', $permalink->getPageUrl());
$this->assertNotNull($date = $permalink->getUpdatedOn());
$this->assertIsDate($date);
$this->assertNotNull($date = $permalink->getCreatedOn());
$this->assertIsDate($date);
}

protected function checkSubdef($subdef)

0 comments on commit db51ae6

Please sign in to comment.