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