Skip to content
Snippets Groups Projects
Commit 13b7b840 authored by Paulo Henrique Cota Starling's avatar Paulo Henrique Cota Starling Committed by Joseph Olstad
Browse files

Issue #3216934 by paulocs: Move the Tests folder in ./src/Tests to the right place

parent d337c18d
No related branches found
No related tags found
No related merge requests found
<?php
namespace Drupal\libraries\Tests;
namespace Drupal\Tests\libraries\Functional;
use Drupal\Component\Utility\Html;
use Drupal\Tests\BrowserTestBase;
......
<?php
namespace Drupal\libraries\Tests;
namespace Drupal\Tests\libraries\Kernel\LibrariesApi;
use Drupal\KernelTests\KernelTestBase;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment