Beispiel #1
0
 /**
  * Test get_plugins_supporting_mobile.
  * This is a very basic test because currently there aren't plugins supporting Mobile in core.
  */
 public function test_get_plugins_supporting_mobile()
 {
     $result = external::get_plugins_supporting_mobile();
     $result = external_api::clean_returnvalue(external::get_plugins_supporting_mobile_returns(), $result);
     $this->assertCount(0, $result['warnings']);
     $this->assertCount(0, $result['plugins']);
 }