public function testStub()
 {
     $sm = new SomeClass();
     $this->assertEquals('foo', $sm->doSomething());
 }