File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 81
81
" @show-deprecation"
82
82
],
83
83
"show-deprecation" : [
84
- " @php -r \" echo '\\ n [DEPRECATED] ORMContext has been removed from this package. Use macpaw/behat-orm-context instead.\\ n ';\" "
84
+ " @php -r \" echo '[DEPRECATED] ORMContext has been removed from this package. Use macpaw/behat-orm-context instead.';\" "
85
85
]
86
86
},
87
87
"config" : {
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ final class ORMContext implements Context
20
20
21
21
public function __construct (EntityManagerInterface $ manager )
22
22
{
23
- @ trigger_error (
23
+ trigger_error (
24
24
'BehatApiContext\ORMContext is deprecated since version 1.4.0 and will be removed in 2.0. '
25
25
. 'Please use macpaw/behat-orm-context instead: https://github.com/MacPaw/behat-orm-context ' ,
26
26
E_USER_DEPRECATED
You can’t perform that action at this time.
0 commit comments