public function invalidStackNameProvider() { return [[new \stdClass()], [[]], [null], [42], ['ecom_t_stack'], [''], ['stackname with whitespace'], ['123ecom'], [str_repeat('a', 129)]]; }