| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Code Lines | 3 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 19 | protected function setUpDriver() |
||
| 20 | { |
||
| 21 | // @todo These hard-coded values are only necessary to test the driver's |
||
| 22 | // methods directly. Doing so becomes less important once more logic has |
||
| 23 | // been moved off the driver into other directly testable classes. |
||
| 24 | $this->driver = new DrupalDriver('/app/web', 'http://nothing'); |
||
| 25 | $this->driver->setCoreFromVersion(); |
||
| 26 | } |
||
| 27 | } |
||
| 28 |