8000 remove outdated workflow test · dunglas/symfony@f233259 · GitHub
[go: up one dir, main page]

Skip to content

Commit f233259

Browse files
committed
remove outdated workflow test
1 parent 6c22534 commit f233259

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/Symfony/Component/Workflow/Tests/TransitionTest.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,6 @@
77

88
class TransitionTest extends TestCase
99
{
10-
public function testValidateName()
11-
{
12-
$this->expectException('Symfony\Component\Workflow\Exception\InvalidArgumentException');
13-
$this->expectExceptionMessage('The transition "foo.bar" contains invalid characters.');
14-
new Transition('foo.bar', 'a', 'b');
15-
}
16-
1710
public function testConstructor()
1811
{
1912
$transition = new Transition('name', 'a', 'b');

0 commit comments

Comments
 (0)
0