Issue #3266443 by quietone: Rename StateFileExists to StateFileExistsTest

(cherry picked from commit 6786b501c354f32ad0e60577c511da4d3f62ef1f)
merge-requests/1832/merge
Alex Pott 2022-03-08 15:41:12 +00:00
parent 5e2c913968
commit 245131bb05
No known key found for this signature in database
GPG Key ID: BDA67E7EE836E5CE
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ use Drupal\migrate_drupal\MigrationConfigurationTrait;
*
* @group migrate_drupal
*/
class StateFileExists extends MigrateDrupalTestBase {
class StateFileExistsTest extends MigrateDrupalTestBase {
use FileSystemModuleDiscoveryDataProviderTrait;
use MigrationConfigurationTrait;