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