Skip to content

Commit 8b03825

Browse files
committed
updated travis.yml
1 parent bf3c000 commit 8b03825

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
language: php
22

33
php:
4-
- 5.6
54
- 7.0
5+
- 7.1
6+
- 7.2
67

78
before_script:
89
- stty cols 160

src/AspectMock/Proxy/ClassProxy.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
<?php
22
namespace AspectMock\Proxy;
3-
use AspectMock\Test;
43
use AspectMock\Core\Registry;
5-
use PHPUnit_Framework_Assert as a;
64

75
/**
86
* ClassProxy represents a class of your project.

0 commit comments

Comments
 (0)