-
- Downloads
Add simple test with phpunit
... | @@ -10,8 +10,13 @@ | ... | @@ -10,8 +10,13 @@ |
"silex/silex": ">=2.0", | "silex/silex": ">=2.0", | ||
"jards/eventsapiclient": ">=1.0", | "jards/eventsapiclient": ">=1.0", | ||
"phpmailer/phpmailer": ">=6.0" | "phpmailer/phpmailer": ">=6.0" | ||
}, | |||
"require-dev": { | |||
"phpunit/phpunit": "^5.0" | |||
}, | }, | ||
"autoload": { | "autoload": { | ||
"psr-4": {"jards\\eventsapi\\": "lib/"} | "psr-4": { "jards\\eventsapi\\": "lib/", | ||
"jards\\eventsapi\\tests\\": "tests/" | |||
} | |||
} | } | ||
} | } | ||
\ No newline at end of file |
This diff is collapsed.
tests/EventManagementTest.php
0 → 100644
tests/runtests.sh
0 → 100644
Please register or sign in to comment