You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to run all tests you need to get development dependencies using composer:
55
57
56
-
```php
58
+
```php
57
59
composer install
58
60
./vendor/bin/phpunit
59
61
```
@@ -63,19 +65,4 @@ composer install
63
65
**The changelog is manage at [PHPUnit testlistener for PHP-VCR releases page](https://github.com/php-vcr/phpunit-testlistener-vcr/releases).**
64
66
65
67
## Copyright
66
-
Copyright (c) 2013-2016 Adrian Philipp. Released under the terms of the MIT license. See LICENSE for details.
67
-
68
-
<!--
69
-
name of the projects and all sub-modules and libraries (sometimes they are named different and very confusing to new users)
70
-
descriptions of all the project, and all sub-modules and libraries
71
-
5-line code snippet on how its used (if it's a library)
72
-
copyright and licensing information (or "Read LICENSE")
73
-
instruction to grab the documentation
74
-
instructions to install, configure, and to run the programs
75
-
instruction to grab the latest code and detailed instructions to build it (or quick overview and "Read INSTALL")
76
-
list of authors or "Read AUTHORS"
77
-
instructions to submit bugs, feature requests, submit patches, join mailing list, get announcements, or join the user or dev community in other forms
78
-
other contact info (email address, website, company name, address, etc)
79
-
a brief history if it's a replacement or a fork of something else
80
-
legal notices (crypto stuff)
81
-
-->
68
+
Copyright (c) 2013-2017 Adrian Philipp. Released under the terms of the MIT license. See LICENSE for details.
0 commit comments