Ejemplo n.º 1
0
 public function testValidationInput()
 {
     $pullStream = new PullStream();
     $pullStream->setUri('rtpm://test.co');
     $this->assertTrue($pullStream->valid());
     $this->assertEquals('rtpm://test.co', $pullStream->getUri());
 }