shipfi@thinkpad

1

...@@ -43,3 +43,10 @@ DBT_PASSWORD=secret</code></pre> ...@@ -43,3 +43,10 @@ DBT_PASSWORD=secret</code></pre>
43 &lt;/php&gt;</code></pre> 43 &lt;/php&gt;</code></pre>
44 44
45 <p>With this configuration in place, Laravel will now know which database should be used when your tests <a href="http://laravel.com/docs/master/testing#working-with-databases">interact with a database</a>.</p> 45 <p>With this configuration in place, Laravel will now know which database should be used when your tests <a href="http://laravel.com/docs/master/testing#working-with-databases">interact with a database</a>.</p>
46 +
47 +
48 +-----
49 +最后,如果是使PhpStorm工具的话,需要在:
50 +File->Setting->Languages&Frameworks->PhpUnit中指定phpunit.xml文件。
51 +
52 +![](http://58.216.158.26:8099/qingger/allProject/raw/7c286b90d81f496a7ce527818f12d38c161e27f5/Resources/images/0000001.png)
...\ No newline at end of file ...\ No newline at end of file
......