上面由phpstorm/" target="_blank">phpstorm学程栏纲给大家2先容phpstorm-laravel-phpunit,心愿对于须要的配偶有所帮忙!
一,新修composer.json文件
{
"require": {
"yzalis/identicon": "^1.1",
"phpunit/phpunit": "5.5.*"
}
}
登录后复造
两,运转composer install,获得如高目次组织
三,复造yzalis/phpuit.xml.dist到名目的根目次高,着重定名为phpunit.xml
四,部署phpstorm的php情况
五,摆设PHPUnit情况
六,新修RunTest.php文件
<选修php namespace demo1;
use Identicon\Identicon;
use PHPUnit\Framework\TestCase;
class RunTest extends TestCase{
public function testDemo(){
$identicon = new Identicon();
$img = $identicon->getImageData('bar',51二);
file_put_contents('./a.png',$img);
}
}
登录后复造
七,执止
八,输入
以上便是一文弄定phpstorm+laravel+phpunit的设置的具体形式,更多请存眷萤水红IT仄台别的相闭文章!
发表评论 取消回复