3cbd95dec0
3 new API methods have been added: * It allows to associate one or more tags with a contact, * It allows to remove one or more tags from a contact, * It allows to remove all the tags from a contact at once.
11 lines
112 B
PHP
11 lines
112 B
PHP
<?php
|
|
|
|
namespace Tests;
|
|
|
|
use Tests\Traits\ApiSignIn;
|
|
|
|
class ApiTestCase extends TestCase
|
|
{
|
|
use ApiSignIn;
|
|
}
|