reformat code
Cette révision appartient à :
Parent
ca7c96766f
révision
5059aea416
@ -17,4 +17,6 @@ declare(strict_types=1);
|
|||||||
|
|
||||||
namespace D3\KlicktippPhpClient\Exceptions;
|
namespace D3\KlicktippPhpClient\Exceptions;
|
||||||
|
|
||||||
interface KlicktippExceptionInterface {}
|
interface KlicktippExceptionInterface
|
||||||
|
{
|
||||||
|
}
|
||||||
|
@ -180,7 +180,8 @@ class SubscriptionTest extends TestCase
|
|||||||
* @throws ReflectionException
|
* @throws ReflectionException
|
||||||
* @covers \D3\KlicktippPhpClient\Entities\Subscription::setName
|
* @covers \D3\KlicktippPhpClient\Entities\Subscription::setName
|
||||||
*/
|
*/
|
||||||
public function testSetname(): void {
|
public function testSetname(): void
|
||||||
|
{
|
||||||
$sut = $this->getMockBuilder(Subscription::class)
|
$sut = $this->getMockBuilder(Subscription::class)
|
||||||
->onlyMethods(['set'])
|
->onlyMethods(['set'])
|
||||||
->setConstructorArgs([[SubscriptionEndpoint::LISTID => 'foo']])
|
->setConstructorArgs([[SubscriptionEndpoint::LISTID => 'foo']])
|
||||||
|
Chargement…
x
Référencer dans un nouveau ticket
Bloquer un utilisateur