Skip to content

Commit

Permalink
update following commetns from hoaproject:Central#80
Browse files Browse the repository at this point in the history
  • Loading branch information
Grummfy committed Feb 27, 2018
1 parent c6b0326 commit f07e46e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 13 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ matrix:
env:
- ENABLE_DEVTOOLS=true
- COMPOSER_PREFER="--prefer-lowest"
- php: 7.2
env:
- ENABLE_DEVTOOLS=true
- COMPOSER_PREFER="--prefer-lowest"
- php: nightly
env:
- COMPOSER_PREFER="--prefer-lowest"
Expand Down
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@

[![Help on IRC](https://img.shields.io/badge/help-%23hoaproject-ff0066.svg)](https://webchat.freenode.net/?channels=#hoaproject)
[![Help on Gitter](https://img.shields.io/badge/help-gitter-ff0066.svg)](https://gitter.im/hoaproject/central)
[![Documentation](https://img.shields.io/badge/documentation-hack_book-ff0066.svg)](https://central.hoa-project.net/Documentation/Library/atoum-option-extension)
[![Board](https://img.shields.io/badge/organisation-board-ff0066.svg)](https://waffle.io/hoaproject/atoum-option-extension)

This tools is an extension for [atoum](http://atoum.org) to help you creating your unit test for a project using [hoa/Option](https://central.hoa-project.net/Documentation/Library/Option)
Expand Down Expand Up @@ -77,14 +76,6 @@ $this->given($this->newTestedInstance)
* isNone('custom failed message') or isNone: validated that the Option doesn't contains a value
* some() or some: allow you to get the unwrapped value to chain on, validated that the value is in the option first

## Documentation

The [hack book of `Hoa\atoum-option-extension`](https://central.hoa-project.net/Documentation/Library/atoum-option-extension) contains
detailed information about how to use this library and how it works.

More documentation can be found on the project's website:
[hoa-project.net](https://hoa-project.net/).

## Getting help

There are mainly two ways to get help:
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "hoa/atoum-opton-extension",
"name": "hoa/atoum-option-extension",
"description": "Extension for Hoa\\Option to be used in unit test with atoum",
"type": "library",
"keywords" : ["library", "option", "maybe", "unit testing", "atoum-extension"],
Expand All @@ -10,7 +10,7 @@
},
"require": {
"php": ">=7.1",
"atoum/atoum": "~3.2",
"atoum/atoum": "~3.2",
"hoa/option": "~1.17.08"
},
"require-dev": {
Expand All @@ -30,6 +30,6 @@
"psr-4": {
"Hoa\\atoum\\Option\\": "src"
},
"files": ["resources/atoum-auto-configuration.php"]
}
"files": ["resources/atoum-auto-configuration.php"]
}
}

0 comments on commit f07e46e

Please sign in to comment.