Skip to content

Commit 4355d0c

Browse files
committed
fixing tests pt2
1 parent 7bcc8ad commit 4355d0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/src/PHPUnit/Schema/ParentTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ private function assertSchema(Schema $schema)
4141
->properties->__get('level2')
4242
->properties->__get('level3');
4343

44-
$this->assertSame($level3Schema->type->types, array('integer'));
44+
$this->assertSame($level3Schema->type, 'integer');
4545
}
4646

4747
public function testParent()

0 commit comments

Comments
 (0)