for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* Copyright 2016 - 2018, Cake Development Corporation (http://cakedc.com)
*
* Licensed under The MIT License
* Redistributions of files must retain the above copyright notice.
* @copyright Copyright 2016 - 2018, Cake Development Corporation (http://cakedc.com)
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
*/
namespace CakeDC\Api\Test\App\Service\Action;
use CakeDC\Api\Exception\ValidationException;
use CakeDC\Api\Service\Action\Action;
use Cake\Validation\Validator;
class ArticlesUntagAction extends Action
{
* Apply validation process.
* @return bool
public function validates()
return true;
}
* Execute action.
* @return mixed
public function execute()