mirror of
https://github.com/danpros/htmly.git
synced 2026-04-21 21:16:23 +05:30
moved the vendor-dir into System
This commit is contained in:
parent
c7edfa5cea
commit
ca361dc57e
49 changed files with 14 additions and 4688 deletions
28
system/vendor/suin/php-rss-writer/Tests/README.md
vendored
Normal file
28
system/vendor/suin/php-rss-writer/Tests/README.md
vendored
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
# How to Test
|
||||
|
||||
## Installation
|
||||
|
||||
Install [composer](https://github.com/composer/composer) to your ~/bin:
|
||||
|
||||
```sh
|
||||
$ curl -s http://getcomposer.org/installer | php
|
||||
```
|
||||
|
||||
Run composer and install depending packages:
|
||||
|
||||
```sh
|
||||
$ composer.phar install
|
||||
```
|
||||
|
||||
## Executing Tests
|
||||
|
||||
Run phpunit:
|
||||
|
||||
```sh
|
||||
$ ./phpunit
|
||||
```
|
||||
|
||||
## View Reports
|
||||
|
||||
|
||||
If you want to see code coverages, open Coverage/index.html.
|
||||
Loading…
Add table
Add a link
Reference in a new issue