Open elliotchance opened 10 years ago
Any property should try and call a method with the same name:
$this->mock('CustomerEntity')->disableConstuctor()->done();
Will work the same as:
$this->mock('CustomerEntity')->disableConstuctor->done;
Any property should try and call a method with the same name:
Will work the same as: