mageekguy\atoum\test::__set PHP Метод

__set() публичный Метод

public __set ( $property, $handler )
    public function __set($property, $handler)
    {
        $this->assertionManager->{$property} = $handler;
        return $this;
    }
test