| @@ 31-33 (lines=3) @@ | ||
| 28 | */ |
|
| 29 | public function __construct() |
|
| 30 | { |
|
| 31 | foreach($this->fixtures as $name => $path) { |
|
| 32 | $this->fixtures[$name] = MODULE_DIR . '/' . $path; |
|
| 33 | } |
|
| 34 | } |
|
| 35 | ||
| 36 | public function testgetValueAsIterable() |
|
| @@ 54-56 (lines=3) @@ | ||
| 51 | */ |
|
| 52 | public function __construct() |
|
| 53 | { |
|
| 54 | foreach($this->fixtures as $name => $path) { |
|
| 55 | $this->fixtures[$name] = MODULE_DIR . '/' . $path; |
|
| 56 | } |
|
| 57 | } |
|
| 58 | ||
| 59 | /** |
|