assertStringContainsString($expected, $output); } /** * Provides values to testApplication(). * * @return array * An array of values to test. */ public function getValueProvider(): array { return [ ['get:value'], ['get:type'], ['lint'], ['unset:key'], ['update:key'], ['update:value'], ]; } }