Skip to content

Commit

Permalink
Add note to the 'authorsWithAuthorities' attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
eronisko committed Mar 14, 2024
1 parent dd2808b commit f404d5a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/Models/ItemTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,8 @@ public function testAuthorsWithAuthoritiesAttribute()

$this->assertEquals('Philips Wouwerman', $data[1]->name);
$this->assertEquals(null, $data[1]->authority);

$this->markTestSkipped('should list in the order of the author field');
}

protected function createFreeItem()
Expand Down

0 comments on commit f404d5a

Please sign in to comment.