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

setUp() public method

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