Use strpos so we can remove length check added test cases in magento convention
Showing
... | @@ -17,9 +17,6 @@ | ... | @@ -17,9 +17,6 @@ |
"adyen/php-api-library": "*", | "adyen/php-api-library": "*", | ||
"magento/framework": ">=100.1.0" | "magento/framework": ">=100.1.0" | ||
}, | }, | ||
"require-dev": { | |||
"phpunit/phpunit": "~5" | |||
}, | |||
"autoload": { | "autoload": { | ||
"files": [ | "files": [ | ||
"registration.php" | "registration.php" | ||
... | ... |
Please register or sign in to comment