for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Knp\FriendlyContexts\Faker\Provider;
class PhoneNumber extends Base
{
public function phone()
return $this->parent->phoneNumber();
}
public function fax()
public function mobile()
public function supportsParent($parent)
return $parent instanceOf \Faker\Provider\PhoneNumber;