We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49ce710 commit ed27bf1Copy full SHA for ed27bf1
tests/MailchimpTest.php
@@ -27,7 +27,6 @@ public function testGetAccount() {
27
*/
28
public function testVersion() {
29
$mc = new Mailchimp();
30
- $this->assertEquals($mc::VERSION, '2.0.0');
31
$this->assertEquals(json_decode(file_get_contents('composer.json'))->version, $mc::VERSION);
32
}
33
0 commit comments