Esempio n. 1
0
 /**
  * @test
  */
 public function shouldExtendFormType()
 {
     $type = new CreditCardType();
     $this->assertEquals('form', $type->getParent());
 }
Esempio n. 2
0
 /**
  * @test
  */
 public function shouldExtendFormType()
 {
     $this->markTestSkipped('Undo mark skipp when minimum supported version of Symfony will be 2.8');
     $type = new CreditCardType();
     $this->assertEquals('form', $type->getParent());
 }