File tree 4 files changed +22
-3
lines changed
src/Magento/FunctionalTestingFramework
4 files changed +22
-3
lines changed Original file line number Diff line number Diff line change 1
1
<?php
2
2
/**
3
- * Copyright © 2017 Magento. All rights reserved.
3
+ * Copyright © Magento, Inc . All rights reserved.
4
4
* See COPYING.txt for license details.
5
5
*/
6
+
6
7
namespace Magento \FunctionalTestingFramework \Config \FileResolver ;
7
8
8
9
use Magento \FunctionalTestingFramework \Config \FileResolverInterface ;
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <!--
3
+ /**
4
+ * Copyright © Magento, Inc. All rights reserved.
5
+ * See COPYING.txt for license details.
6
+ */
7
+ -->
8
+
2
9
<config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" suiteSchema.xsd" >
3
10
<suite name =" mySuite" >
4
11
<include >
13
20
<module name =" moduleName" file =" excludeFile" />
14
21
</exclude >
15
22
</suite >
16
- </config >
23
+ </config >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <!--
3
+ /**
4
+ * Copyright © Magento, Inc. All rights reserved.
5
+ * See COPYING.txt for license details.
6
+ */
7
+ -->
8
+
2
9
<xs : schema attributeFormDefault =" unqualified" elementFormDefault =" qualified" xmlns : xs =" http://www.w3.org/2001/XMLSchema" >
3
10
<xs : element name =" config" type =" configType" />
4
11
<xs : complexType name =" groupType" >
53
60
<xs : element type =" suiteType" name =" suite" />
54
61
</xs : choice >
55
62
</xs : complexType >
56
- </xs : schema >
63
+ </xs : schema >
Original file line number Diff line number Diff line change 1
1
<?php
2
+ /**
3
+ * Copyright © Magento, Inc. All rights reserved.
4
+ * See COPYING.txt for license details.
5
+ */
2
6
3
7
namespace Magento \FunctionalTestingFramework \Util \Filesystem ;
4
8
You can’t perform that action at this time.
0 commit comments