Skip to content

Commit

Permalink
Delete legacy docs & update README
Browse files Browse the repository at this point in the history
Issue #42
  • Loading branch information
bbatsche committed Jun 29, 2018
1 parent e10d86b commit 210c9e0
Show file tree
Hide file tree
Showing 43 changed files with 3 additions and 10,834 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ install:
- travis_retry composer install --dev --no-interaction --prefer-dist

script:
- ./vendor/bin/phpunit
- composer cs-check
- composer test
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ With BDD assertions influenced by Chai, Jasmine, and RSpec your assertions would
[![License](https://img.shields.io/packagist/l/bebat/verify.svg?style=plastic)](https://packagist.org/packages/bebat/verify)
[![Build Status](https://img.shields.io/travis/bbatsche/Verify.svg?style=plastic)](https://travis-ci.org/bbatsche/Verify)

Most of the original work was done by [@DavertMik](http://github.com/DavertMik) and [@Ragazzo](http://github.com/Ragazzo) in the [Codeception/Verify](http://github.com/Codeception/Verify) repo. This fork was created when it became apparent the original library was missing some key features and was all but abandoned.
Most of the original work was done by [@DavertMik](http://github.com/DavertMik) and [@Ragazzo](http://github.com/Ragazzo) in the [Codeception/Verify](http://github.com/Codeception/Verify) repo. This fork was created to address some issues and then expand the API & feature set.

## Contents

Expand Down Expand Up @@ -309,7 +309,3 @@ Assertion modifiers can be combined with each other, or with attribute assertion
```php
verify($obj)->string_attribute->withoutCase()->equals('some value');
```

## Additional Information

Full API documentation can be found on [GitHub Pages](http://bbatsche.github.io/Verify/). Any issues or questions can be submitted to [Waffle.io](https://waffle.io/bbatsche/Verify).
114 changes: 0 additions & 114 deletions docs/404.html

This file was deleted.

164 changes: 0 additions & 164 deletions docs/class-BeBat.Verify.Assert.html

This file was deleted.

Loading

0 comments on commit 210c9e0

Please sign in to comment.