Skip to content

Commit

Permalink
Add Project name in trigger error deprecation notices (#810)
Browse files Browse the repository at this point in the history
  • Loading branch information
tifabien authored and theofidry committed Oct 19, 2017
1 parent df781a5 commit 08d7594
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public function denormalize(FixtureInterface $scope, FlagParserInterface $parser
if (false === ($constructor instanceof NoMethodCall) && '__construct' !== $constructor->getMethod()) {
@trigger_error(
'Using factories with the fixture keyword "__construct" has been deprecated since '
.'3.0.0 and will no longer be supported in 4.0.0. Use "__factory" instead.',
.'3.0.0 and will no longer be supported in Alice 4.0.0. Use "__factory" instead.',
E_USER_DEPRECATED
);
}
Expand Down

0 comments on commit 08d7594

Please sign in to comment.