Jamm\Memory\Tests\TestMemoryObject::__construct PHP Method

__construct() public method

public __construct ( Jamm\Memory\IMemoryStorage $mem )
$mem Jamm\Memory\IMemoryStorage
    public function __construct(\Jamm\Memory\IMemoryStorage $mem)
    {
        $this->mem = $mem;
        $this->mem->set_errors_triggering(true);
    }