File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 29
29
name : prefer-lowest
30
30
install :
31
31
- travis_retry travis_wait composer install --no-interaction --prefer-dist
32
- - composer remove --dev friendsofphp/php-cs-fixer phpstan/phpstan phpstan/phpstan-phpunit jangregor/phpstan-prophecy
33
- - composer require --dev phpunit/phpunit:^6.5.14 --no-update
32
+ - composer remove --dev friendsofphp/php-cs-fixer phpstan/phpstan phpstan/phpstan-phpunit jangregor/phpstan-prophecy --no-update
34
33
- travis_retry travis_wait composer update --no-interaction --prefer-dist --prefer-stable --prefer-lowest
35
34
- name : sentry/sentry dev-develop
36
35
install : composer require sentry/sentry:dev-develop
Original file line number Diff line number Diff line change 2
2
3
3
namespace Sentry \SentryBundle \Test \End2End ;
4
4
5
+ use PHPUnit \Framework \TestCase ;
5
6
use Sentry \SentryBundle \Test \End2End \App \Kernel ;
6
7
use Sentry \State \HubInterface ;
7
8
use Symfony \Bundle \FrameworkBundle \Test \WebTestCase ;
8
9
use Symfony \Component \HttpFoundation \Response ;
9
10
11
+ class_alias (TestCase::class, \PHPUnit_Framework_TestCase::class);
12
+
10
13
class End2EndTest extends WebTestCase
11
14
{
12
15
protected function setUp (): void
You can’t perform that action at this time.
0 commit comments