Skip to content

Commit 8666c77

Browse files
committed
Changing some quotes for consistency.
1 parent 1559bd3 commit 8666c77

File tree

23 files changed

+108
-108
lines changed

23 files changed

+108
-108
lines changed

tests/Community/Training/Easy/AChildsPlay/CGTest.php

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public function testCanExecuteTestExample(): void
3030
{
3131
$this->expectExecuteOutputAnswer(
3232
__DIR__ . '/input/01 - test example.txt',
33-
'7 1' . PHP_EOL
33+
"7 1" . PHP_EOL
3434
);
3535
}
3636

@@ -43,7 +43,7 @@ public function testCanExecuteTestRealCase(): void
4343
{
4444
$this->expectExecuteOutputAnswer(
4545
__DIR__ . '/input/02 - test real case.txt',
46-
'4 2' . PHP_EOL
46+
"4 2" . PHP_EOL
4747
);
4848
}
4949

@@ -56,7 +56,7 @@ public function testCanExecuteTest3(): void
5656
{
5757
$this->expectExecuteOutputAnswer(
5858
__DIR__ . '/input/03 - test 3.txt',
59-
'2 1' . PHP_EOL
59+
"2 1" . PHP_EOL
6060
);
6161
}
6262

@@ -69,7 +69,7 @@ public function testCanExecuteTest4(): void
6969
{
7070
$this->expectExecuteOutputAnswer(
7171
__DIR__ . '/input/04 - test 4.txt',
72-
'6 6' . PHP_EOL
72+
"6 6" . PHP_EOL
7373
);
7474
}
7575

@@ -82,7 +82,7 @@ public function testCanExecuteTest5(): void
8282
{
8383
$this->expectExecuteOutputAnswer(
8484
__DIR__ . '/input/05 - test 5.txt',
85-
'4 1' . PHP_EOL
85+
"4 1" . PHP_EOL
8686
);
8787
}
8888

@@ -95,7 +95,7 @@ public function testCanExecuteTest6(): void
9595
{
9696
$this->expectExecuteOutputAnswer(
9797
__DIR__ . '/input/06 - test 6.txt',
98-
'2 3' . PHP_EOL
98+
"2 3" . PHP_EOL
9999
);
100100
}
101101

@@ -108,7 +108,7 @@ public function testCanExecuteTest7(): void
108108
{
109109
$this->expectExecuteOutputAnswer(
110110
__DIR__ . '/input/07 - test 7.txt',
111-
'2 1' . PHP_EOL
111+
"2 1" . PHP_EOL
112112
);
113113
}
114114

@@ -121,7 +121,7 @@ public function testCanExecuteTest8(): void
121121
{
122122
$this->expectExecuteOutputAnswer(
123123
__DIR__ . '/input/08 - test 8.txt',
124-
'3 1' . PHP_EOL
124+
"3 1" . PHP_EOL
125125
);
126126
}
127127

@@ -134,7 +134,7 @@ public function testCanExecuteTest9(): void
134134
{
135135
$this->expectExecuteOutputAnswer(
136136
__DIR__ . '/input/09 - test 9.txt',
137-
'1 3' . PHP_EOL
137+
"1 3" . PHP_EOL
138138
);
139139
}
140140

@@ -147,7 +147,7 @@ public function testCanExecuteLoopDetection1(): void
147147
{
148148
$this->expectExecuteOutputAnswer(
149149
__DIR__ . '/input/10 - loop detection 1.txt',
150-
'5 4' . PHP_EOL
150+
"5 4" . PHP_EOL
151151
);
152152
}
153153

@@ -160,7 +160,7 @@ public function testCanExecuteLoopDetection2(): void
160160
{
161161
$this->expectExecuteOutputAnswer(
162162
__DIR__ . '/input/11 - loop detection 2.txt',
163-
'2 2' . PHP_EOL
163+
"2 2" . PHP_EOL
164164
);
165165
}
166166
}

tests/Community/Training/Easy/BenfordsLaw/CGTest.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public function testCanExecuteRegularAccount(): void
3030
{
3131
$this->expectExecuteOutputAnswer(
3232
__DIR__ . '/input/01 - regular account.txt',
33-
'false' . PHP_EOL
33+
"false" . PHP_EOL
3434
);
3535
}
3636

@@ -43,7 +43,7 @@ public function testCanExecuteFakeAccount(): void
4343
{
4444
$this->expectExecuteOutputAnswer(
4545
__DIR__ . '/input/02 - fake account.txt',
46-
'true' . PHP_EOL
46+
"true" . PHP_EOL
4747
);
4848
}
4949

@@ -56,7 +56,7 @@ public function testCanExecuteFakeAccountEquidistributed(): void
5656
{
5757
$this->expectExecuteOutputAnswer(
5858
__DIR__ . '/input/03 - fake account (equidistributed).txt',
59-
'true' . PHP_EOL
59+
"true" . PHP_EOL
6060
);
6161
}
6262

@@ -69,7 +69,7 @@ public function testCanExecuteAdjustedAccount(): void
6969
{
7070
$this->expectExecuteOutputAnswer(
7171
__DIR__ . '/input/04 - adjusted account.txt',
72-
'true' . PHP_EOL
72+
"true" . PHP_EOL
7373
);
7474
}
7575

@@ -82,7 +82,7 @@ public function testCanExecuteRegularLessTransactions(): void
8282
{
8383
$this->expectExecuteOutputAnswer(
8484
__DIR__ . '/input/05 - regular less transactions.txt',
85-
'false' . PHP_EOL
85+
"false" . PHP_EOL
8686
);
8787
}
8888

@@ -95,7 +95,7 @@ public function testCanExecuteFakeAccountEquidistributed2(): void
9595
{
9696
$this->expectExecuteOutputAnswer(
9797
__DIR__ . '/input/06 - fake account (equidistributed).txt',
98-
'true' . PHP_EOL
98+
"true" . PHP_EOL
9999
);
100100
}
101101
}

tests/Community/Training/Easy/BinaryImage/CGTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ public function testCanExecuteInvalid(): void
9595
{
9696
$this->expectExecuteOutputAnswer(
9797
__DIR__ . '/input/06 - invalid.txt',
98-
'INVALID' . PHP_EOL
98+
"INVALID" . PHP_EOL
9999
);
100100
}
101101

tests/Community/Training/Easy/BlowingFuse/CGTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public function testCanExecuteBlown(): void
3030
{
3131
$this->expectExecuteOutputAnswer(
3232
__DIR__ . '/input/01 - blown.txt',
33-
'Fuse was blown.' . PHP_EOL
33+
"Fuse was blown." . PHP_EOL
3434
);
3535
}
3636

@@ -56,7 +56,7 @@ public function testCanExecuteSingleDevice(): void
5656
{
5757
$this->expectExecuteOutputAnswer(
5858
__DIR__ . '/input/03 - single device.txt',
59-
'Fuse was blown.' . PHP_EOL
59+
"Fuse was blown." . PHP_EOL
6060
);
6161
}
6262

tests/Community/Training/Easy/BracketsExtremeEdition/CGTest.php

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public function testCanExecuteExample(): void
3030
{
3131
$this->expectExecuteOutputAnswer(
3232
__DIR__ . '/input/01 - example.txt',
33-
'true' . PHP_EOL
33+
"true" . PHP_EOL
3434
);
3535
}
3636

@@ -43,7 +43,7 @@ public function testCanExecuteS6K(): void
4343
{
4444
$this->expectExecuteOutputAnswer(
4545
__DIR__ . '/input/02 - {([{S}]]6K[()]}.txt',
46-
'false' . PHP_EOL
46+
"false" . PHP_EOL
4747
);
4848
}
4949

@@ -56,7 +56,7 @@ public function testCanExecuteCaRqhLy2(): void
5656
{
5757
$this->expectExecuteOutputAnswer(
5858
__DIR__ . '/input/03 - {C{}[{[a]}RqhL]{y2}}.txt',
59-
'true' . PHP_EOL
59+
"true" . PHP_EOL
6060
);
6161
}
6262

@@ -69,7 +69,7 @@ public function testCanExecuteW12L(): void
6969
{
7070
$this->expectExecuteOutputAnswer(
7171
__DIR__ . '/input/04 - W12{}{}L{}.txt',
72-
'true' . PHP_EOL
72+
"true" . PHP_EOL
7373
);
7474
}
7575

@@ -82,7 +82,7 @@ public function testCanExecutehPnGThc(): void
8282
{
8383
$this->expectExecuteOutputAnswer(
8484
__DIR__ . '/input/05 - h{Pn{GT{h}(c))}.txt',
85-
'false' . PHP_EOL
85+
"false" . PHP_EOL
8686
);
8787
}
8888

@@ -95,7 +95,7 @@ public function testCanExecutehiHTScpRmq(): void
9595
{
9696
$this->expectExecuteOutputAnswer(
9797
__DIR__ . '/input/06 - {[{iHTSc}]}p(R)m(){q({}).txt',
98-
'false' . PHP_EOL
98+
"false" . PHP_EOL
9999
);
100100
}
101101

@@ -108,7 +108,7 @@ public function testCanExecuteh7(): void
108108
{
109109
$this->expectExecuteOutputAnswer(
110110
__DIR__ . '/input/07 - ][.txt',
111-
'false' . PHP_EOL
111+
"false" . PHP_EOL
112112
);
113113
}
114114

@@ -121,7 +121,7 @@ public function testCanExecuteh8(): void
121121
{
122122
$this->expectExecuteOutputAnswer(
123123
__DIR__ . '/input/08 - {(}).txt',
124-
'false' . PHP_EOL
124+
"false" . PHP_EOL
125125
);
126126
}
127127
}

tests/Community/Training/Easy/DolbearsLaw/CGTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ public function testCanExecute30MinutesOfHeatWave(): void
9595
{
9696
$this->expectExecuteOutputAnswer(
9797
__DIR__ . '/input/06 - 30 minutes of heat wave.txt',
98-
'42.0' . PHP_EOL
98+
"42.0" . PHP_EOL
9999
);
100100
}
101101
}

tests/Community/Training/Easy/EquivalentResistanceCircuitBuilding/CGTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public function testCanExecuteSeries(): void
3030
{
3131
$this->expectExecuteOutputAnswer(
3232
__DIR__ . '/input/01 - series.txt',
33-
'30.0' . PHP_EOL
33+
"30.0" . PHP_EOL
3434
);
3535
}
3636

@@ -82,7 +82,7 @@ public function testCanExecuteMoreComplex(): void
8282
{
8383
$this->expectExecuteOutputAnswer(
8484
__DIR__ . '/input/05 - more complex.txt',
85-
'45.0' . PHP_EOL
85+
"45.0" . PHP_EOL
8686
);
8787
}
8888

@@ -95,7 +95,7 @@ public function testCanExecute5PointedStar(): void
9595
{
9696
$this->expectExecuteOutputAnswer(
9797
__DIR__ . '/input/06 - 5-pointed star.txt',
98-
'91.0' . PHP_EOL
98+
"91.0" . PHP_EOL
9999
);
100100
}
101101
}

tests/Community/Training/Easy/NGRBasicRadar/CGTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public function testCanExecuteLowDensity1Ticket(): void
3030
{
3131
$this->expectExecuteOutputAnswer(
3232
__DIR__ . '/input/01 - low density 1 ticket.txt',
33-
'FZ-792-EC 134' . PHP_EOL
33+
"FZ-792-EC 134" . PHP_EOL
3434
);
3535
}
3636

0 commit comments

Comments
 (0)