Bootstrap\Test\TestCase\View\Helper\BootstrapTraitTemplateTest::setUp PHP Метод

setUp() публичный Метод

Setup
public setUp ( ) : void
Результат void
    public function setUp()
    {
        parent::setUp();
        $this->View = new View();
        $this->_Trait = new PublicBootstrapTrait($this->View);
        $this->View->Html = new BootstrapHtmlHelper($this->View);
        $this->Form = new BootstrapFormHelper($this->View);
        $this->Paginator = new BootstrapPaginatorHelper($this->View);
    }