Definition at line 9 of file StringTest.php.
◆ setUp()
Definition at line 16 of file StringTest.php.
19 \
Magento\Translation\Model\StringUtils::class
static getObjectManager()
◆ testConstructor()
Definition at line 23 of file StringTest.php.
25 $this->assertInstanceOf(
27 $this->_model->getResource()
◆ testSetGetString()
Definition at line 31 of file StringTest.php.
33 $expectedString = __METHOD__;
34 $this->_model->setString($expectedString);
35 $actualString = $this->_model->getString();
36 $this->assertEquals($expectedString, $actualString);
◆ $_model
The documentation for this class was generated from the following file:
- vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/Translation/Model/StringTest.php