Skip to content

Commit 24ba49b

Browse files
committed
test: updates remaining tests
1 parent 4c05c26 commit 24ba49b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/_support/Helper/MockModelWithRelationship.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
use StellarWP\Models\ValueObjects\Relationship;
99

1010
class MockModelWithRelationship extends Model {
11-
protected $properties = [
11+
protected static $properties = [
1212
'id' => 'int',
1313
];
1414

15-
protected $relationships = [
15+
protected static $relationships = [
1616
'relatedButNotCallable' => Relationship::HAS_ONE,
1717
'relatedAndCallableHasOne' => Relationship::HAS_ONE,
1818
'relatedAndCallableHasMany' => Relationship::HAS_MANY,

0 commit comments

Comments
 (0)