move Url classes, get SMS request URIs from URL class

This commit is contained in:
2022-07-14 11:54:08 +02:00
parent 5cbbc8295f
commit bd9c3e6c03
9 changed files with 78 additions and 10 deletions

View File

@ -92,6 +92,20 @@ abstract class AbstractRequest extends ApiTestCase
);
}
/**
* @test
* @throws ReflectionException
*/
public function testGetUri()
{
$this->assertIsString(
$this->callMethod(
$this->request,
'getUri'
)
);
}
/**
* @test
* @throws ReflectionException
@ -228,8 +242,6 @@ abstract class AbstractRequest extends ApiTestCase
];
}
/**
* @test
* @throws ReflectionException