Goetas\Twital\Tests\CoreAttributeTest::setUp PHP Method

setUp() protected method

Prepares the environment before running a test.
protected setUp ( )
    protected function setUp()
    {
        parent::setUp();
        $this->twital = new Twital();
        $this->sourceAdapter = new XMLAdapter();
    }