8000 Add test for Definition with exeption InvalidArgument by janczer · Pull Request #19169 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

Add test for Definition with exeption InvalidArgument #19169

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed

Add test for Definition with exeption InvalidArgument #19169

wants to merge 2 commits into from

Conversation

janczer
Copy link
Contributor
@janczer janczer commented Jun 24, 2016

Add test for Definition with exeption InvalidArgument

Q A
Branch? "master" for new features / 2.7, 2.8, 3.0 or 3.1 for fixes
Bug fix? no
New feature? no
Deprecations? no
Tests pass? yes
License MIT

8000
@@ -17,6 +17,15 @@ public function testAddPlaces()
$this->assertEquals('a', $definition->getInitialPlace());
}

/**
* @expectedException Symfony\Component\Workflow\Exception\InvalidArgumentException
Copy link
Contributor
@ro0NL ro0NL Jun 26, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be \Symfony\Component\Workflow\Exception\InvalidArgumentException (fixed it #19187 globally btw ;-))

< 8000 /summary> Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

indeed

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@fabpot
Copy link
Member
fabpot commented Jun 30, 2016

Thank you @IvanMenshykov.

@fabpot fabpot closed this in 75f4142 Jun 30, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants
0