Move slides

This commit is contained in:
Oliver Davies 2025-10-02 12:28:08 +01:00
parent c6ba52f454
commit a365987e61
42 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,13 @@
// web/modules/custom/example/tests/src/Functional.
namespace Drupal\Tests\example\Functional;
use Drupal\Tests\BrowserTestBase;
class ExampleTest extends BrowserTestBase {
public function testSomething() {
$this->assertTrue(FALSE);
}
}