示例#1
0
 public function testConstructorSetsType()
 {
     $type = 'Book';
     $schema = new Schema($type);
     $this->assertSame($type, $schema->getType());
 }