Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/padosoft/laravel-test
Base classes for Testing Laravel app and packages
https://github.com/padosoft/laravel-test
laravel laravel-package test-laravel unit-testing
Last synced: about 5 hours ago
JSON representation
Base classes for Testing Laravel app and packages
- Host: GitHub
- URL: https://github.com/padosoft/laravel-test
- Owner: padosoft
- License: mit
- Created: 2016-01-22T16:12:49.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-04-05T17:34:17.000Z (over 2 years ago)
- Last Synced: 2024-08-08T12:03:46.372Z (3 months ago)
- Topics: laravel, laravel-package, test-laravel, unit-testing
- Language: PHP
- Size: 44.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
[![Latest Version on Packagist][ico-version]][link-packagist]
[![Software License][ico-license]](LICENSE.md)
[![Build Status][ico-travis]][link-travis]
[![Coverage Status][ico-scrutinizer]][link-scrutinizer]
[![Quality Score][ico-code-quality]][link-code-quality]
[![Total Downloads][ico-downloads]][link-downloads]
[![SensioLabsInsight][ico-sensiolab]][link-sensiolab]# laravel-test
Base classes for Testing Laravel app and packages
=======Table of Contents
=================* [laravel-test](#laravel-test)
* [Table of Contents](#table-of-contents)
* [PREREQUISITES](#prerequisites)
* [INSTALL](#install)
* [USAGE](#usage)
* [EXAMPLE:](#example)
* [SCHEDULE COMMAND](#schedule-command)
* [SCREENSHOOTS](#screenshoots)
* [Testing](#testing)
* [Contributing](#contributing)
* [Security](#security)
* [Credits](#credits)
* [About Padosoft](#about-padosoft)
* [License](#license)
# PREREQUISITES## INSTALL
This package can be installed through Composer.
``` bash
composer require padosoft/laravel-test
composer require padosoft/test
```## USAGE
### EXAMPLE:
## SCHEDULE COMMAND
## SCREENSHOOTS
# Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md) and [CONDUCT](CONDUCT.md) for details.
# Security
If you discover any security related issues, please email instead of using the issue tracker.
# Credits
- [PADOSOFT](https://github.com/padosoft)
- [All contributors](https://github.com/padosoft/laravel-test/graphs/contributors)# About Padosoft
Padosoft is a software house based in Florence, Italy. Specialized in E-commerce and web sites.# License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
[ico-version]: https://img.shields.io/packagist/v/padosoft/laravel-test.svg?style=flat-square
[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
[ico-travis]: https://img.shields.io/travis/padosoft/laravel-test/master.svg?style=flat-square
[ico-scrutinizer]: https://img.shields.io/scrutinizer/coverage/g/padosoft/laravel-test.svg?style=flat-square
[ico-code-quality]: https://img.shields.io/scrutinizer/g/padosoft/laravel-test.svg?style=flat-square
[ico-downloads]: https://img.shields.io/packagist/dt/padosoft/laravel-test.svg?style=flat-square
[ico-sensiolab]: https://insight.sensiolabs.com/projects/@@@sensiolabs/small.png[link-packagist]: https://packagist.org/packages/padosoft/laravel-test
[link-travis]: https://travis-ci.org/padosoft/laravel-test
[link-scrutinizer]: https://scrutinizer-ci.com/g/padosoft/laravel-test/code-structure
[link-code-quality]: https://scrutinizer-ci.com/g/padosoft/laravel-test
[link-downloads]: https://packagist.org/packages/padosoft/laravel-test
[link-sensiolab]: https://insight.sensiolabs.com/projects/@@@sensiolabs
[link-author]: https://github.com/lopadova