Exemplo n.º 1
0
 protected function setUp()
 {
     parent::setUp();
     $this->visitor = new StrongCoupling();
 }
 protected function setUp()
 {
     parent::setUp();
     $this->visitor = new EncapsulationViolation();
 }
 protected function setUp()
 {
     parent::setUp();
     $this->preVisitor = new ObjectTypes();
     $this->visitor = new InterfaceSegregation($this->preVisitor);
 }
Exemplo n.º 4
0
 protected function setUp()
 {
     parent::setUp();
     $this->threshold = 0.5;
     $this->minMethodCount = 4;
 }
 protected function setUp()
 {
     parent::setUp();
     $this->visitor = new MagicalInstantiation();
 }
Exemplo n.º 6
0
 protected function setUp()
 {
     parent::setUp();
     $this->visitor = new FluidSetters();
 }