Codeception / Codeception/AspectMock
It still uses real class instead mock class.
Open
- Dominant language
- PHP
- Stars
- 784
- Forks
- 132
- PR merge metrics
- No merged PRs in 30d
Description
I use it to mock class for my fuelphp project. But It still uses real class instead of mock class.
$user = test::double('\Apply\Model_Apply_Token', [
'find_one_by' => null,
]);
var_dump(Model_Apply_Token::find_one_by('uuid', 12341);
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.