Skip to content

Commit 210c9e0

Browse files
committed
Delete legacy docs & update README
Issue #42
1 parent e10d86b commit 210c9e0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+3
-10834
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ install:
1717
- travis_retry composer install --dev --no-interaction --prefer-dist
1818

1919
script:
20-
- ./vendor/bin/phpunit
20+
- composer cs-check
21+
- composer test

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ With BDD assertions influenced by Chai, Jasmine, and RSpec your assertions would
1313
[![License](https://img.shields.io/packagist/l/bebat/verify.svg?style=plastic)](https://packagist.org/packages/bebat/verify)
1414
[![Build Status](https://img.shields.io/travis/bbatsche/Verify.svg?style=plastic)](https://travis-ci.org/bbatsche/Verify)
1515

16-
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.
16+
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.
1717

1818
## Contents
1919

@@ -309,7 +309,3 @@ Assertion modifiers can be combined with each other, or with attribute assertion
309309
```php
310310
verify($obj)->string_attribute->withoutCase()->equals('some value');
311311
```
312-
313-
## Additional Information
314-
315-
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).

docs/404.html

Lines changed: 0 additions & 114 deletions
This file was deleted.

docs/class-BeBat.Verify.Assert.html

Lines changed: 0 additions & 164 deletions
This file was deleted.

0 commit comments

Comments
 (0)