Ejemplo n.º 1
0
 public function testHandleString()
 {
     $expected = "test-string";
     $handler = new ViewHandler();
     $actual = $handler->handle($expected);
     $this->assertEquals($expected, $actual);
 }