File tree Expand file tree Collapse file tree 15 files changed +27
-27
lines changed Expand file tree Collapse file tree 15 files changed +27
-27
lines changed Original file line number Diff line number Diff line change 1
- Feature : Checking the "array-key" (TypeLang\Mapper\Type\ArrayKeyType) type behavior
1
+ Feature : Checking the "array-key" (TypeLang\Mapper\Platform\ Type\ArrayKeyType) type behavior
2
2
3
3
Background :
4
- Given type "TypeLang\M apper\T ype\A rrayKeyType"
4
+ Given type "TypeLang\M apper\P latform \ T ype\A rrayKeyType"
5
5
6
6
Scenario Outline : Matching "<value>"
7
7
When normalize
Original file line number Diff line number Diff line change 1
- Feature : Checking the "array" (TypeLang\Mapper\Type\ArrayType) type behavior
1
+ Feature : Checking the "array" (TypeLang\Mapper\Platform\ Type\ArrayType) type behavior
2
2
3
3
Background :
4
- Given type "TypeLang\M apper\T ype\A rrayType"
4
+ Given type "TypeLang\M apper\P latform \ T ype\A rrayType"
5
5
6
6
Scenario Outline : Matching "<value>"
7
7
When normalize
Original file line number Diff line number Diff line change 1
- Feature : Checking the "false" (TypeLang\Mapper\Type\BoolLiteralType) type behavior
1
+ Feature : Checking the "false" (TypeLang\Mapper\Platform\ Type\BoolLiteralType) type behavior
2
2
3
3
Background :
4
- Given type "TypeLang\M apper\T ype\B oolLiteralType" with [false]
4
+ Given type "TypeLang\M apper\P latform \ T ype\B oolLiteralType" with [false]
5
5
6
6
Scenario Outline : Matching "<value>"
7
7
When normalize
Original file line number Diff line number Diff line change 1
- Feature : Checking the "true" (TypeLang\Mapper\Type\BoolLiteralType) type behavior
1
+ Feature : Checking the "true" (TypeLang\Mapper\Platform\ Type\BoolLiteralType) type behavior
2
2
3
3
Background :
4
- Given type "TypeLang\M apper\T ype\B oolLiteralType" with [true]
4
+ Given type "TypeLang\M apper\P latform \ T ype\B oolLiteralType" with [true]
5
5
6
6
Scenario Outline : Matching "<value>"
7
7
When normalize
Original file line number Diff line number Diff line change 1
- Feature : Checking the "bool" (TypeLang\Mapper\Type\BoolType) type behavior
1
+ Feature : Checking the "bool" (TypeLang\Mapper\Platform\ Type\BoolType) type behavior
2
2
3
3
Background :
4
- Given type "TypeLang\M apper\T ype\B oolType"
4
+ Given type "TypeLang\M apper\P latform \ T ype\B oolType"
5
5
6
6
Scenario Outline : Matching "<value>"
7
7
When normalize
Original file line number Diff line number Diff line change 1
- Feature : Checking the "float" (TypeLang\Mapper\Type\FloatType) type behavior
1
+ Feature : Checking the "float" (TypeLang\Mapper\Platform\ Type\FloatType) type behavior
2
2
3
3
Background :
4
- Given type "TypeLang\M apper\T ype\F loatType"
4
+ Given type "TypeLang\M apper\P latform \ T ype\F loatType"
5
5
6
6
Scenario Outline : Matching "<value>"
7
7
When normalize
Original file line number Diff line number Diff line change 1
- Feature : Checking the "enum<int>" (TypeLang\Mapper\Type\BackedEnumType) type behavior
1
+ Feature : Checking the "enum<int>" (TypeLang\Mapper\Platform\ Type\BackedEnumType) type behavior
2
2
3
3
Background :
4
4
Given type "int-backed-enum"
Original file line number Diff line number Diff line change 1
- Feature : Checking the "int" (TypeLang\Mapper\Type\IntType) type behavior
1
+ Feature : Checking the "int" (TypeLang\Mapper\Platform\ Type\IntType) type behavior
2
2
3
3
Background :
4
- Given type "TypeLang\M apper\T ype\I ntType"
4
+ Given type "TypeLang\M apper\P latform \ T ype\I ntType"
5
5
6
6
Scenario Outline : Matching "<value>"
7
7
When normalize
Original file line number Diff line number Diff line change 1
- Feature : Checking the "list" (TypeLang\Mapper\Type\ListType) type behavior
1
+ Feature : Checking the "list" (TypeLang\Mapper\Platform\ Type\ListType) type behavior
2
2
3
3
Background :
4
- Given type "TypeLang\M apper\T ype\L istType"
4
+ Given type "TypeLang\M apper\P latform \ T ype\L istType"
5
5
6
6
Scenario Outline : Normalize matching "<value>"
7
7
When normalize
Original file line number Diff line number Diff line change 1
- Feature : Checking the "mixed" (TypeLang\Mapper\Type\MixedType) type behavior
1
+ Feature : Checking the "mixed" (TypeLang\Mapper\Platform\ Type\MixedType) type behavior
2
2
3
3
Background :
4
- Given type "TypeLang\M apper\T ype\M ixedType"
4
+ Given type "TypeLang\M apper\P latform \ T ype\M ixedType"
5
5
6
6
Scenario Outline : Matching "<value>"
7
7
When normalize
Original file line number Diff line number Diff line change 1
- Feature : Checking the "null" (TypeLang\Mapper\Type\NullType) type behavior
1
+ Feature : Checking the "null" (TypeLang\Mapper\Platform\ Type\NullType) type behavior
2
2
3
3
Background :
4
- Given type "TypeLang\M apper\T ype\N ullType"
4
+ Given type "TypeLang\M apper\P latform \ T ype\N ullType"
5
5
6
6
Scenario Outline : Matching "<value>"
7
7
When normalize
Original file line number Diff line number Diff line change 1
- Feature : Checking the "enum<string>" (TypeLang\Mapper\Type\BackedEnumType) type behavior
1
+ Feature : Checking the "enum<string>" (TypeLang\Mapper\Platform\ Type\BackedEnumType) type behavior
2
2
3
3
Background :
4
4
Given type "string-backed-enum"
Original file line number Diff line number Diff line change 1
- Feature : Checking the "string" (TypeLang\Mapper\Type\StringType) type behavior
1
+ Feature : Checking the "string" (TypeLang\Mapper\Platform\ Type\StringType) type behavior
2
2
3
3
Background :
4
- Given type "TypeLang\M apper\T ype\S tringType"
4
+ Given type "TypeLang\M apper\P latform \ T ype\S tringType"
5
5
6
6
Scenario Outline : Matching "<value>"
7
7
When normalize
Original file line number Diff line number Diff line change 1
- Feature: Checking the "<type>" (TypeLang\Mapper\Type\<TypeName>) type behavior
1
+ Feature: Checking the "<type>" (TypeLang\Mapper\Platform\ Type\<TypeName>) type behavior
2
2
3
3
Background:
4
- Given type "TypeLang\Mapper\Type\<TypeName>"
4
+ Given type "TypeLang\Mapper\Platform\ Type\<TypeName>"
5
5
6
6
Scenario Outline: Matching "<value>"
7
7
When normalize
Original file line number Diff line number Diff line change 1
- Feature : Checking the "enum" (TypeLang\Mapper\Type\UnitEnumType) type behavior
1
+ Feature : Checking the "enum" (TypeLang\Mapper\Platform\ Type\UnitEnumType) type behavior
2
2
3
3
Background :
4
4
Given type "unit-enum"
You can’t perform that action at this time.
0 commit comments