This website works better with JavaScript
Home
Explore
Help
Register
Sign In
depo
/
unitester
mirror of
https://github.com/phpdevcommunity/unitester
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Branch:
main
Branches
Tags
main
1.0.0
unitester
/
tests
/
FakeTest.php
FakeTest.php
82 B
Permalink
History
Raw
1
2
3
4
5
6
7
<?php
namespace Test\Depo\UniTester;
final class FakeTest extends \stdClass
{
}