We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf3c000 commit 8b03825Copy full SHA for 8b03825
.travis.yml
@@ -1,8 +1,9 @@
1
language: php
2
3
php:
4
- - 5.6
5
- 7.0
+ - 7.1
6
+ - 7.2
7
8
before_script:
9
- stty cols 160
src/AspectMock/Proxy/ClassProxy.php
@@ -1,8 +1,6 @@
<?php
namespace AspectMock\Proxy;
-use AspectMock\Test;
use AspectMock\Core\Registry;
-use PHPUnit_Framework_Assert as a;
/**
* ClassProxy represents a class of your project.
0 commit comments