Pressroom template verwijderd, website naar root van repo
This commit is contained in:
19
vendor/phpspec/prophecy/fixtures/WithVirtuallyPrivateMethod.php
vendored
Normal file
19
vendor/phpspec/prophecy/fixtures/WithVirtuallyPrivateMethod.php
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
namespace Fixtures\Prophecy;
|
||||
|
||||
class WithVirtuallyPrivateMethod
|
||||
{
|
||||
public function __toString()
|
||||
{
|
||||
return '';
|
||||
}
|
||||
|
||||
public function _getName()
|
||||
{
|
||||
}
|
||||
|
||||
public function isAbstract()
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user