for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* @link https://github.com/vuongxuongminh/yii2-mobile-first
* @copyright Copyright (c) 2019 Vuong Xuong Minh
* @license [New BSD License](http://www.opensource.org/licenses/bsd-license.php)
*/
namespace vxm\test\unit\mobileFirst;
use yii\base\ViewRenderer;
class TestRenderer extends ViewRenderer
{
public function render($view, $file, $params)
return $view->renderPhpFile($file, $params);
}