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

This reverts commit 06fd53d2e8.
merge-requests/1654/head
Alex Pott 2018-01-29 23:53:02 +00:00
parent 7a012b198b
commit 7e3e377aab
1 changed files with 3 additions and 2 deletions

View File

@ -1,13 +1,14 @@
<?php
namespace Drupal\Tests\TestSuites;
namespace Drupal\Tests\Core\Test;
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