| @@ 30-32 (lines=3) @@ | ||
| 27 | */ |
|
| 28 | public function __construct() |
|
| 29 | { |
|
| 30 | foreach($this->fixtures as $name => $path) { |
|
| 31 | $this->fixtures[$name] = MODULE_DIR . '/' . $path; |
|
| 32 | } |
|
| 33 | } |
|
| 34 | ||
| 35 | /** |
|
| @@ 35-37 (lines=3) @@ | ||
| 32 | */ |
|
| 33 | public function __construct() |
|
| 34 | { |
|
| 35 | foreach($this->fixtures as $name => $path) { |
|
| 36 | $this->fixtures[$name] = MODULE_DIR . '/' . $path; |
|
| 37 | } |
|
| 38 | } |
|
| 39 | ||
| 40 | /** |
|
| @@ 38-40 (lines=3) @@ | ||
| 35 | */ |
|
| 36 | public function __construct() |
|
| 37 | { |
|
| 38 | foreach($this->fixtures as $name => $path) { |
|
| 39 | $this->fixtures[$name] = MODULE_DIR . '/' . $path; |
|
| 40 | } |
|
| 41 | } |
|
| 42 | ||
| 43 | /** |
|