mageekguy\atoum\test::__set PHP Method

__set() public method

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