janhenkgerritsen/codeception-laravel5

Laravel5模块用于Codeception

1.0.14 2015-04-07 13:48 UTC

This package is not auto-updated.

Last update: 2024-09-14 16:56:50 UTC


README

由于该包已包含在Codeception 2.11版本中,因此不再在此仓库中维护。请将问题报告在那里。

此包提供了一个用于Codeception的Laravel 5模块。它基于Davert编写的Laravel 4模块,该模块目前包含在Codeception中。

安装

您可以通过composer安装此包

composer require janhenkgerritsen/codeception-laravel5

使用方法

您可以将此模块作为其他任何Codeception模块一样使用,只需将'Laravel5'添加到您的Codeception套件配置中启用的模块即可。

演示项目

一个使用此模块的演示Laravel 5项目可以在https://github.com/janhenkgerritsen/codeception-laravel5-sample找到。