コード例 #1
0
 /**
  * @group default
  */
 public function testAllowsCommaProperties()
 {
     $this->assertFalse($this->specification->allowsCommaProperties());
     $this->assertFalse($this->singleSpec->allowsCommaProperties());
     $this->assertTrue($this->commaSpec->allowsCommaProperties());
 }