Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
dynamicReturnTypeMeta.json for Nette & Mockery
{
"methodCalls": [
{
"class": "\\Mockery",
"method": "mock",
"position": 0,
"mask": "\\Mockery\\MockInterface|%s"
},
{
"class": "\\Nette\\DI\\Container",
"method": "getByType",
"position": 0
},
{
"class": "\\Nette\\ComponentModel\\IContainer",
"method": "getComponents",
"position": 1,
"mask": "%s[]"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment