Skip to content

Commit

Permalink
Fix testPublishUpdate
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas committed May 28, 2020
1 parent 8dfafb2 commit e1f5d56
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -121,6 +121,10 @@ public function testLegacyPublishUpdate(): void

public function testPublishUpdate(): void
{
if (!method_exists(Update::class, 'isPrivate')) {
$this->markTestSkipped();
}

$toInsert = new Dummy();
$toInsert->setId(1);
$toInsertNotResource = new NotAResource('foo', 'bar');
Expand Down

0 comments on commit e1f5d56

Please sign in to comment.