shipfi@thinkpad

1

......@@ -42,4 +42,11 @@ DBT_PASSWORD=secret</code></pre>
...
&lt;/php&gt;</code></pre>
<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>
\ No newline at end of file
<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>
-----
最后,如果是使PhpStorm工具的话,需要在:
File->Setting->Languages&Frameworks->PhpUnit中指定phpunit.xml文件。
![](http://58.216.158.26:8099/qingger/allProject/raw/7c286b90d81f496a7ce527818f12d38c161e27f5/Resources/images/0000001.png)
\ No newline at end of file
......