public function testLoad() { $plugins = PluginRepository::all(); $this->assertCount(self::PLUGIN_COUNT, $plugins->all()); }