File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
lib/internal/Magento/Framework
View/Test/Unit/TemplateEngine Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 3
3
* Copyright © Magento, Inc. All rights reserved.
4
4
* See COPYING.txt for license details.
5
5
*/
6
+ declare (strict_types=1 );
7
+
6
8
namespace Magento \Framework \Unserialize \Test \Unit ;
7
9
8
10
use Magento \Framework \Serialize \Serializer \Serialize ;
9
11
use Magento \Framework \Unserialize \Unserialize ;
10
12
11
13
/**
12
- * Test class for Magento/Framework/Unserialize/Unserialize .
14
+ * Test unserializer that does not unserialize objects .
13
15
*/
14
16
class UnserializeTest extends \PHPUnit \Framework \TestCase
15
17
{
Original file line number Diff line number Diff line change 3
3
* Copyright © Magento, Inc. All rights reserved.
4
4
* See COPYING.txt for license details.
5
5
*/
6
+ declare (strict_types=1 );
7
+
6
8
namespace Magento \Framework \View \Test \Unit \TemplateEngine ;
7
9
8
10
/**
9
- * Class PhpTest .
11
+ * Test template engine that enables PHP templates to be used for rendering .
10
12
*/
11
13
class PhpTest extends \PHPUnit \Framework \TestCase
12
14
{
You can’t perform that action at this time.
0 commit comments