ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
UIComponentsTest.php
Go to the documentation of this file.
1<?php
2/* Copyright (c) 2016 Timon Amstutz <timon.amstutz@ilub.unibe.ch> Extended GPL, see docs/LICENSE */
3
4require_once("libs/composer/vendor/autoload.php");
5include_once("tests/UI/Crawler/Fixture/Fixture.php");
6
8
13
14
18 protected $crawler;
19
23 protected $path_to_base_factory = "src/UI/Factory.php";
24
25
26 protected function setUp(){
27 $this->crawler = new Crawler\FactoriesCrawler();
28 }
29
34
35 $this->crawler->crawlFactory($this->path_to_base_factory);
39 $this->assertTrue(true);
40 }
41
42}
An exception for terminatinating execution or to throw for unit testing.
Tests the actual UI components from src/UI.
testAllUIComponentsFactoriesForNotThrowingErrors()