Exemplo n.º 1
0
 public function testToString()
 {
     $volume = new Volume(3);
     $this->assertEquals('3l', $volume->__toString());
 }