You are here

protected property DbDumpTest::$skipTests in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/system/src/Tests/Update/DbDumpTest.php \Drupal\system\Tests\Update\DbDumpTest::skipTests

Flag to skip these tests, which are database-backend dependent (MySQL).

Type: bool

See also

\Drupal\Core\Command\DbDumpCommand

File

core/modules/system/src/Tests/Update/DbDumpTest.php, line 46
Contains \Drupal\system\Tests\Update\DbDumpTest.

Class

DbDumpTest
Tests for the database dump commands.

Namespace

Drupal\system\Tests\Update

Code

protected $skipTests = FALSE;