We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bd5311 commit cdf9769Copy full SHA for cdf9769
dev/tests/integration/testsuite/Magento/Catalog/Model/Product/Option/Type/File/ValidatorInfoTest.php
@@ -112,7 +112,7 @@ public function testExceptionWithoutErrors()
112
public function testValidate()
113
{
114
//use actual zend class to test changed functionality
115
- $validate = $this->objectManager->create(\Zend_Validate::class );
+ $validate = $this->objectManager->create(\Zend_Validate::class);
116
$this->validateFactoryMock->expects($this->once())
117
->method('create')
118
->will($this->returnValue($validate));
0 commit comments