Bootstrap\Test\TestCase\View\Helper\BootstrapHtmlHelperTest::setUp PHP Method

setUp() public method

Setup
public setUp ( ) : void
return void
    public function setUp()
    {
        parent::setUp();
        $this->View = new View();
        $this->Html = new BootstrapHtmlHelper($this->View);
    }