Example #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);
 }
Example #4
0
 protected function setUp()
 {
     parent::setUp();
     $this->threshold = 0.5;
     $this->minMethodCount = 4;
 }
 protected function setUp()
 {
     parent::setUp();
     $this->visitor = new MagicalInstantiation();
 }
Example #6
0
 protected function setUp()
 {
     parent::setUp();
     $this->visitor = new FluidSetters();
 }