Skip to content

Commit 06369c1

Browse files
committed
remove dist suffix from phpunit
1 parent 31d7ce7 commit 06369c1

File tree

4 files changed

+2
-3
lines changed

4 files changed

+2
-3
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
.phpunit.result.cache
22
composer.lock
3-
phpunit.xml
43
vendor/

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2015-2019 Tobias Schultze
3+
Copyright (c) 2015-2020 Tobias Schultze
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ Contributing
5151
To run tests:
5252

5353
$ composer install
54-
$ vendor/bin/phpunit
54+
$ vendor/bin/simple-phpunit
File renamed without changes.

0 commit comments

Comments
 (0)