Tests to see if actions were upgrade.
public function testActionUpgrade() {
$this
->assertTrue($this
->performUpgrade(), 'The upgrade was completed successfully.');
$this
->drupalGet('admin/people');
$elements = $this
->xpath('//select[@name="action"]/option');
$this
->assertTrue(!empty($elements), 'The user actions were upgraded.');
}