Revert "Issue #2935157 by neclimdul, alexpott: Run-test.sh does not run TestSuite tests"

This reverts commit a4019731e3.
merge-requests/1654/head
Lee Rowlands 2018-01-30 07:52:48 +10:00
parent 7ecda0508c
commit 06fd53d2e8
No known key found for this signature in database
GPG Key ID: 2B829A3DF9204DC4
1 changed files with 2 additions and 3 deletions

View File

@ -1,14 +1,13 @@
<?php
namespace Drupal\Tests\Core\Test;
namespace Drupal\Tests\TestSuites;
use Drupal\Tests\TestSuites\TestSuiteBase;
use org\bovigo\vfs\vfsStream;
use PHPUnit\Framework\TestCase;
// The test suite class is not part of the autoloader, we need to include it
// manually.
require_once __DIR__ . '/../../../../TestSuites/TestSuiteBase.php';
require_once __DIR__ . '/../../../TestSuites/TestSuiteBase.php';
/**
* @coversDefaultClass \Drupal\Tests\TestSuites\TestSuiteBase