Пример #1
0
 /**
  * @covers            \SebastianBergmann\My\My::__construct
  * @covers            \SebastianBergmann\My\My::prints
  * @uses              \SebastianBergmann\My\My     
  */
 public function test1()
 {
     $xx = new My();
     $tt = $xx->prints("hello");
     $this->assertEquals('hello', $tt);
 }