Skip to content

Commit 23ff7c4

Browse files
committed
Modify version notation
1 parent 7752bd4 commit 23ff7c4

File tree

102 files changed

+107
-108
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

102 files changed

+107
-108
lines changed

src/Runner/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public static function series()
6161
*/
6262
public static function getVersionString()
6363
{
64-
return 'PHPUnit ' . self::id() . ' by Sebastian Bergmann and contributors.';
64+
return 'PHPUnit48 ' . self::id() . ' by Sebastian Bergmann and contributors. (modified by php5friends)';
6565
}
6666

6767
/**

tests/Regression/GitHub/1149.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require __DIR__ . '/../../bootstrap.php';
1111
PHPUnit_TextUI_Command::main();
1212
?>
1313
--EXPECTF--
14-
PHPUnit %s by Sebastian Bergmann and contributors.
14+
PHPUnit48 %s by Sebastian Bergmann and contributors. (modified by php5friends)
1515

1616
.1.2
1717

tests/Regression/GitHub/1216.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ require __DIR__ . '/../../bootstrap.php';
1414
PHPUnit_TextUI_Command::main();
1515
?>
1616
--EXPECTF--
17-
PHPUnit %s by Sebastian Bergmann and contributors.
17+
PHPUnit48 %s by Sebastian Bergmann and contributors. (modified by php5friends)
1818

1919

2020
Starting test 'Issue1216Test::testConfigAvailableInBootstrap'.

tests/Regression/GitHub/1265.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ require __DIR__ . '/../../bootstrap.php';
1212
PHPUnit_TextUI_Command::main();
1313
?>
1414
--EXPECTF--
15-
PHPUnit %s by Sebastian Bergmann and contributors.
15+
PHPUnit48 %s by Sebastian Bergmann and contributors. (modified by php5friends)
1616

1717
.
1818

tests/Regression/GitHub/1330.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ require __DIR__ . '/../../bootstrap.php';
1313
PHPUnit_TextUI_Command::main();
1414
?>
1515
--EXPECTF--
16-
PHPUnit %s by Sebastian Bergmann and contributors.
16+
PHPUnit48 %s by Sebastian Bergmann and contributors. (modified by php5friends)
1717

1818

1919
Starting test 'Issue1330Test::testTrue'.

tests/Regression/GitHub/1335.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ require __DIR__ . '/../../bootstrap.php';
1212
PHPUnit_TextUI_Command::main();
1313
?>
1414
--EXPECTF--
15-
PHPUnit %s by Sebastian Bergmann and contributors.
15+
PHPUnit48 %s by Sebastian Bergmann and contributors. (modified by php5friends)
1616

1717
............
1818

tests/Regression/GitHub/1337.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ require __DIR__ . '/../../bootstrap.php';
1212
PHPUnit_TextUI_Command::main();
1313
?>
1414
--EXPECTF--
15-
PHPUnit %s by Sebastian Bergmann and contributors.
15+
PHPUnit48 %s by Sebastian Bergmann and contributors. (modified by php5friends)
1616

1717
..
1818

1919
Time: %s, Memory: %s
2020

21-
OK (2 tests, 2 assertions)
21+
OK (2 tests, 2 assertions)

tests/Regression/GitHub/1348.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ require __DIR__ . '/../../bootstrap.php';
1919
PHPUnit_TextUI_Command::main();
2020
?>
2121
--EXPECTF--
22-
PHPUnit %s by Sebastian Bergmann and contributors.
22+
PHPUnit48 %s by Sebastian Bergmann and contributors. (modified by php5friends)
2323

2424
.
2525
STDOUT does not break test result

tests/Regression/GitHub/1351.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ require __DIR__ . '/../../bootstrap.php';
1818
PHPUnit_TextUI_Command::main();
1919
?>
2020
--EXPECTF--
21-
PHPUnit %s by Sebastian Bergmann and contributors.
21+
PHPUnit48 %s by Sebastian Bergmann and contributors. (modified by php5friends)
2222

2323
F.E.E
2424

tests/Regression/GitHub/1374.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require __DIR__ . '/../../bootstrap.php';
1111
PHPUnit_TextUI_Command::main();
1212
?>
1313
--EXPECTF--
14-
PHPUnit %s by Sebastian Bergmann and contributors.
14+
PHPUnit48 %s by Sebastian Bergmann and contributors. (modified by php5friends)
1515

1616
S
1717

0 commit comments

Comments
 (0)