| @@ 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() |
|
| @@ 55-57 (lines=3) @@ | ||
| 52 | */ |
|
| 53 | public function __construct() |
|
| 54 | { |
|
| 55 | foreach($this->fixtures as $name => $path) { |
|
| 56 | $this->fixtures[$name] = MODULE_DIR . '/' . $path; |
|
| 57 | } |
|
| 58 | } |
|
| 59 | ||
| 60 | /** |
|