@@ -22,6 +22,9 @@ |
||
| 22 | 22 | return $artifacts; |
| 23 | 23 | } |
| 24 | 24 | |
| 25 | + /** |
|
| 26 | + * @param string $type |
|
| 27 | + */ |
|
| 25 | 28 | public function map($type) |
| 26 | 29 | { |
| 27 | 30 | $mapping = []; |
@@ -19,6 +19,9 @@ |
||
| 19 | 19 | } |
| 20 | 20 | } |
| 21 | 21 | |
| 22 | + /** |
|
| 23 | + * @param string $event |
|
| 24 | + */ |
|
| 22 | 25 | public function eventExists($event) |
| 23 | 26 | { |
| 24 | 27 | return $this->exists("events/$event"); |
@@ -1,6 +1,5 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | -use Basis\Converter; |
|
| 4 | 3 | use Basis\Event; |
| 5 | 4 | |
| 6 | 5 | class EventTest extends TestSuite |