8000 [PhpUnitBridge] fix tests · symfony/symfony@caddb27 · GitHub
[go: up one dir, main page]

Skip to content

Commit caddb27

Browse files
committed
[PhpUnitBridge] fix tests
1 parent 07ec2de commit caddb27

File tree

4 files changed

+5
-1
lines changed

4 files changed

+5
-1
lines changed

src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/baseline.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,4 @@ print "Cannot test baselineFile contents because it is generated in a shutdown f
7878
?>
7979
--EXPECT--
8080
Cannot test baselineFile contents because it is generated in a shutdown function registered by another shutdown function.
81+
Legacy deprecation notices (1)

src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/baseline2.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ $foo->testLegacyFoo();
6666
$foo->testNonLegacyBar();
6767
?>
6868
--EXPECTF--
69+
Legacy deprecation notices (1)
70+
6971
Other deprecation notices (2)
7072

7173
1x: root deprecation

src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/baseline3.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ $foo->testLegacyFoo();
6969
$foo->testNonLegacyBar();
7070
?>
7171
--EXPECTF--
72-
Legacy deprecation notices (1)
72+
Legacy deprecation notices (2)
7373

7474
Other deprecation notices (2)
7575

src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/generate_baseline.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,4 @@ print "Cannot test baselineFile contents because it is generated in a shutdown f
6262
?>
6363
--EXPECT--
6464
Cannot test baselineFile contents because it is generated in a shutdown function registered by another shutdown function.
65+
Legacy deprecation notices (1)

0 commit comments

Comments
 (0)
0