Conditions | 1 |
Paths | 1 |
Total Lines | 10 |
Code Lines | 8 |
Lines | 0 |
Ratio | 0 % |
Tests | 0 |
CRAP Score | 2 |
Changes | 1 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
19 | public function run() |
||
20 | { |
||
21 | $this->createLocation('20.2', 'Aula 20.2'); |
||
22 | $this->createLocation('20.3', 'Aula 20.3'); |
||
23 | $this->createLocation('20.4', 'Aula 20.4'); |
||
24 | $this->createLocation('21', 'Aula 21'); |
||
25 | $this->createLocation('22', 'Aula 22'); |
||
26 | $this->createLocation('23', 'Aula 23'); |
||
27 | $this->createLocation('Actes', 'Sala d\'actes'); |
||
28 | } |
||
29 | |||
43 |