Skip to content

Commit 3050c73

Browse files
committed
Merge remote-tracking branch 'origin/master' into form
Conflicts: UPGRADE.md
2 parents ffa38ca + 5c0b2d4 commit 3050c73

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

UPGRADE.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Information
2+
===========
3+
4+
All tests of 1.4 release pass without any change of excepted values and none of them have been removed.
5+
16
Warning
27
=======
38

lib/task/symfony/sfSymfonyTestTask.class.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the symfony package.
55
* (c) Fabien Potencier <[email protected]>
6-
*
6+
*
77
* For the full copyright and license information, please view the LICENSE
88
* file that was distributed with this source code.
99
*/
@@ -35,9 +35,9 @@ protected function configure()
3535
$this->briefDescription = 'Launches the symfony test suite';
3636

3737
$this->detailedDescription = <<<EOF
38-
The [test:all|INFO] task launches the symfony test suite:
38+
The [{$this->getFullName()}|INFO] task launches the symfony test suite:
3939
40-
[./symfony symfony:test|INFO]
40+
[./symfony {$this->getFullName()}|INFO]
4141
EOF;
4242
}
4343

0 commit comments

Comments
 (0)