Revert "Revert "Issue #2935157 by neclimdul, alexpott: Run-test.sh does not run TestSuite tests""
This reverts commit 06fd53d2e8
.
8.6.x
parent
7a012b198b
commit
7e3e377aab
|
@ -1,13 +1,14 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
namespace Drupal\Tests\TestSuites;
|
namespace Drupal\Tests\Core\Test;
|
||||||
|
|
||||||
|
use Drupal\Tests\TestSuites\TestSuiteBase;
|
||||||
use org\bovigo\vfs\vfsStream;
|
use org\bovigo\vfs\vfsStream;
|
||||||
use PHPUnit\Framework\TestCase;
|
use PHPUnit\Framework\TestCase;
|
||||||
|
|
||||||
// The test suite class is not part of the autoloader, we need to include it
|
// The test suite class is not part of the autoloader, we need to include it
|
||||||
// manually.
|
// manually.
|
||||||
require_once __DIR__ . '/../../../TestSuites/TestSuiteBase.php';
|
require_once __DIR__ . '/../../../../TestSuites/TestSuiteBase.php';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @coversDefaultClass \Drupal\Tests\TestSuites\TestSuiteBase
|
* @coversDefaultClass \Drupal\Tests\TestSuites\TestSuiteBase
|
Loading…
Reference in New Issue