Esempio n. 1
0
 /**
  * Test results.
  *
  * @return void
  */
 public function testShareByDefault()
 {
     $pm = new PluginManager(null);
     $this->assertFalse($pm->shareByDefault());
 }