Example #1
0
 public function __get($property)
 {
     if ('arg' === $property) {
         return $this->argument;
     }
     return $this->assertionManager->__get($property);
 }