[PHP][Laravel Test]单元化测试:数据库连接篇

WBOY
Release: 2016-06-23 09:15:06
Original
1348 people have browsed it

本文适用于对 PHP 和 laravel 框架有一定了解并已经看完laravel入门视频:Laravel 5 Fundamentals 的初学者。本文内容主要讲解如何使用单元化测试工具测试应用。

相关视频 laravel test 已经下载到网盘如果还没看请先下载观看:

  • 链接: http://pan.baidu.com/s/1sjXeLQH
  • 提取密码:jjb5

1.在测试中最好的做法是区分开生产用数据库和测试用数据库,保证测试环境的稳定,避免相互干扰 。

在 config 中设置测试用数据库。

命令 php artisan migrate --database sqlite_testing 运行测试数据库

2.主目录下 phpunit.xml 文件下重写测试用环境配置。这里可以修改测试专用的数据库。

总结

本篇配置测试用数据库,浅显易懂。

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template