Blame | Last modification | View Log | Download
<?php class NoArgTestCaseTest extends PHPUnit_Framework_TestCase { public function testNothing() { } }
<?php
class NoArgTestCaseTest extends PHPUnit_Framework_TestCase
{
public function testNothing()
}