abstract protected function ConfigDevelSubscriberTestBase::doAssert in Configuration development 8
Assert that the config import succeeded.
Parameters
array $writen_data: The config data as written.
array $exported_data: The config data exported.
1 call to ConfigDevelSubscriberTestBase::doAssert()
- ConfigDevelSubscriberTestBase::testSubscribers in tests/
src/ Kernel/ ConfigDevelSubscriberTestBase.php - Test the import subscriber.
2 methods override ConfigDevelSubscriberTestBase::doAssert()
- ConfigDevelSubscriberEntityTest::doAssert in tests/
src/ Kernel/ ConfigDevelSubscriberEntityTest.php - Assert that the config import succeeded.
- ConfigDevelSubscriberRawTest::doAssert in tests/
src/ Kernel/ ConfigDevelSubscriberRawTest.php - Assert that the config import succeeded.
File
- tests/
src/ Kernel/ ConfigDevelSubscriberTestBase.php, line 63
Class
Namespace
Drupal\Tests\config_devel\KernelCode
protected abstract function doAssert(array $data, array $exported_data);