Files
monica/tests/ApiTestCase.php
T
Régis FreydandGitHub 3cbd95dec0 Add ability to associate and remove one or more tags to a contact via the API (#924)
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.
2018-02-24 18:01:15 -05:00

11 lines
112 B
PHP

<?php
namespace Tests;
use Tests\Traits\ApiSignIn;
class ApiTestCase extends TestCase
{
use ApiSignIn;
}