File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed
JakubOnderka/PhpVarDumpCheck Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1818 "php-parallel-lint/php-console-highlighter" : " For colored console output"
1919 },
2020 "require-dev" : {
21- "phpunit/phpunit" : " ~4.5 " ,
21+ "phpunit/phpunit" : " ^4.8.36 " ,
2222 "php-parallel-lint/php-parallel-lint" : " ~1.0"
2323 },
2424 "bin" : [" var-dump-check" ],
Original file line number Diff line number Diff line change 11<?php
22
33use JakubOnderka \PhpVarDumpCheck ;
4+ use PHPUnit \Framework \TestCase ;
45
5- class CheckTest extends PHPUnit_Framework_TestCase
6+ class CheckTest extends TestCase
67{
78 protected $ uut ;
89
Original file line number Diff line number Diff line change 11<?php
2- $ loader = require_once __DIR__ . '/../vendor/autoload.php ' ;
2+ require_once __DIR__ . '/../vendor/autoload.php ' ;
Original file line number Diff line number Diff line change 11#!/usr/bin/env php
22<?php
33
4- require __DIR__ . '/var-dump-check.php ' ;
4+ require __DIR__ . '/var-dump-check.php ' ;
You can’t perform that action at this time.
0 commit comments