Example #1
0
 /**
  * {@inheritdoc}
  */
 protected function doSelectionTest()
 {
     parent::doSelectionTest();
     // Ensure that normal and post_update updates are merged together on the
     // selection page.
     $this->assertRaw('<ul><li>8001 -   Normal update_N() function. </li><li>First update.</li><li>Second update.</li><li>Test1 update.</li><li>Test0 update.</li><li>Testing batch processing in post updates update.</li></ul>');
 }