ActivityLog\Model\Event\CollectionTest::setUp PHP Method

setUp() protected method

This method is called before a test is executed.
protected setUp ( ) : void
return void
    protected function setUp()
    {
        $this->boostrap = new Module();
        $this->boostrap->install();
        $this->object = new Collection();
    }