<?php namespace OSInet\Testable; class Foo { public function call($url, $args) { } public function __construct($manager, $client) { } }