File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1414 */
1515class Mailchimp implements MailchimpApiInterface {
1616
17- const VERSION = '2 .0.0 ' ;
17+ const VERSION = '3 .0.0-rc6 ' ;
1818 const DEFAULT_DATA_CENTER = 'us1 ' ;
1919
2020 const ERROR_CODE_BAD_REQUEST = 'BadRequest ' ;
Original file line number Diff line number Diff line change 1414 */
1515class Mailchimp2 implements MailchimpApiInterface {
1616
17- const VERSION = '2 .0.0 ' ;
17+ const VERSION = '3 .0.0-rc6 ' ;
1818 const DEFAULT_DATA_CENTER = 'us1 ' ;
1919
2020 const ERROR_CODE_BAD_REQUEST = 'BadRequest ' ;
Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ public function testGetAccount() {
2828 */
2929 public function testVersion () {
3030 $ mc = new Mailchimp (['api_user ' => null , 'api_key ' => null ]);
31- $ this ->assertEquals ($ mc ::VERSION , '2.0.0 ' );
3231 $ this ->assertEquals (json_decode (file_get_contents ('composer.json ' ))->version , $ mc ::VERSION );
3332 }
3433
You can’t perform that action at this time.
0 commit comments