コード例 #1
0
 public function testLoad()
 {
     $plugins = PluginRepository::all();
     $this->assertCount(self::PLUGIN_COUNT, $plugins->all());
 }