Skip to content

Commit 930909b

Browse files
mmollxalopp
authored andcommitted
use single quotes
1 parent 2275d3a commit 930909b

6 files changed

+6
-6
lines changed

MO4/Tests/Arrays/ArrayDoubleArrowAlignmentUnitTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ protected function getErrorList($testFile='')
7878
];
7979
}//end switch
8080

81-
throw new RuntimeException("Testfile {$testFile} in ".__DIR__." is not handled by ".__CLASS__);
81+
throw new RuntimeException("Testfile {$testFile} in ".__DIR__.' is not handled by '.__CLASS__);
8282

8383
}//end getErrorList()
8484

MO4/Tests/Arrays/MultiLineArrayUnitTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ protected function getErrorList($testFile='')
5656
];
5757
}//end switch
5858

59-
throw new RuntimeException("Testfile {$testFile} in ".__DIR__." is not handled by ".__CLASS__);
59+
throw new RuntimeException("Testfile {$testFile} in ".__DIR__.' is not handled by '.__CLASS__);
6060

6161
}//end getErrorList()
6262

MO4/Tests/Commenting/PropertyCommentUnitTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ protected function getErrorList($testFile='')
5757
];
5858
}
5959

60-
throw new RuntimeException("Testfile {$testFile} in ".__DIR__." is not handled by ".__CLASS__);
60+
throw new RuntimeException("Testfile {$testFile} in ".__DIR__.' is not handled by '.__CLASS__);
6161

6262
}//end getErrorList()
6363

MO4/Tests/Formatting/AlphabeticalUseStatementsUnitTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ protected function getErrorList($testFile='')
7979
return [5 => 1];
8080
}//end switch
8181

82-
throw new RuntimeException("Testfile {$testFile} in ".__DIR__." is not handled by ".__CLASS__);
82+
throw new RuntimeException("Testfile {$testFile} in ".__DIR__.' is not handled by '.__CLASS__);
8383

8484
}//end getErrorList()
8585

MO4/Tests/Formatting/UnnecessaryNamespaceUsageUnitTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ protected function getWarningList($testFile='')
103103
return [];
104104
}//end switch
105105

106-
throw new RuntimeException("Testfile {$testFile} in ".__DIR__." is not handled by ".__CLASS__);
106+
throw new RuntimeException("Testfile {$testFile} in ".__DIR__.' is not handled by '.__CLASS__);
107107

108108
}//end getWarningList()
109109

MO4/Tests/Strings/VariableInDoubleQuotedStringUnitTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ protected function getErrorList($testFile='')
5858
];
5959
}
6060

61-
throw new RuntimeException("Testfile {$testFile} in ".__DIR__." is not handled by ".__CLASS__);
61+
throw new RuntimeException("Testfile {$testFile} in ".__DIR__.' is not handled by '.__CLASS__);
6262

6363
}//end getErrorList()
6464

0 commit comments

Comments
 (0)