Beispiel #1
0
 /**
  * Test that the getConditionalFactory() method returns expected factory by default.
  */
 public function testThatGetConditionalFactoryReturnsExpectedFactoryByDefault()
 {
     $group = new Group();
     $this->assertInstanceOf('SliQ\\Conditional\\Factory', $group->getConditionalFactory());
 }