public function testGetText() { $messageText = 'One or more media files failed to be synchronized'; $this->assertContains($messageText, (string) $this->_model->getText()); }
public function testGetText() { $messageText = 'We were unable to synchronize one or more media files.'; $this->assertContains($messageText, (string) $this->_model->getText()); }