Travis Swientek e5163bb90b Added PHPUnit
2013-07-18 13:01:36 -05:00

6 lines
67 B
PHP

<?php
interface AnInterface
{
public function doSomething();
}