File tree Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 5
5
- 5.5
6
6
- 5.6
7
7
- 7.0
8
+ - 7.1
9
+ - nightly
8
10
- hhvm
9
11
12
+ env :
13
+ matrix :
14
+ - COMPOSER_FLAGS="--prefer-lowest"
15
+ - COMPOSER_FLAGS=""
16
+
17
+ matrix :
18
+ allow_failures :
19
+ - php : nightly
20
+ - php : hhvm
21
+
22
+
10
23
before_script :
11
24
- composer self-update
12
- - composer install --prefer-source --no-interaction --dev
25
+ - composer update --prefer-source --no-interaction ${COMPOSER_FLAGS}
13
26
14
- script : phpunit
27
+ script : vendor/bin/ phpunit
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ class EventDispatcherTestLaravel5 extends AbstractEventDispatcherTest
12
12
{
13
13
protected function createEventDispatcher ()
14
14
{
15
- $ this ->laravel = $ this ->prophesize ('Illuminate\Contracts\ Events\Dispatcher ' );
15
+ $ this ->laravel = $ this ->prophesize ('Illuminate\Events\Dispatcher ' );
16
16
$ this ->symfony = $ this ->prophesize ('Symfony\Component\EventDispatcher\EventDispatcher ' );
17
17
18
18
return new AdapterDispatcher (
You can’t perform that action at this time.
0 commit comments