Skip to content
Snippets Groups Projects

Issue #3229485: Clean up some exclusion code

Merged Adam G-H requested to merge issue/automatic_updates-3229485:3229485-clean-up-some into 8.x-2.x
All threads resolved!
1 file
+ 3
1
Compare changes
  • Side-by-side
  • Inline
@@ -5,7 +5,9 @@ namespace Drupal\Tests\automatic_updates\Functional;
use Drupal\Tests\BrowserTestBase;
/**
* {@inheritdoc}
* Tests exclusion of certain files and directories from the staging area.
*
* @group automatic_updates
*/
class ExclusionsTest extends BrowserTestBase {
Loading