for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Structural\Adapter;
use Structural\Adapter\TwitterClient;
class FacebookPost implements Post
{
public function post($message)
//
}
public function message($message, $user)