Definition at line 11 of file ReaderTest.php.
◆ setUp()
Definition at line 18 of file ReaderTest.php.
25 \
Magento\Ui\Config\Reader\FileResolver::class => FileResolverStub::class
33 'fileName' =>
'test_component.xml'
static getObjectManager()
◆ tearDown()
Definition at line 38 of file ReaderTest.php.
45 \
Magento\Ui\Config\Reader\FileResolver::class => \
Magento\Ui\Config\Reader\FileResolver::class
static getObjectManager()
◆ testReader()
- Returns
- void
Definition at line 56 of file ReaderTest.php.
58 $mergedConfiguration = include
__DIR__ .
'/../_files/expected_result_configuration.php';
59 $readConfiguration = $this->reader->read();
61 $this->assertEquals($mergedConfiguration, $readConfiguration);
defined('TESTS_BP')||define('TESTS_BP' __DIR__
The documentation for this class was generated from the following file:
- vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/Ui/Config/ReaderTest.php