Explorar el Código

make YourlsProxyTest compatible with newer phpunit

El RIDO hace 3 años
padre
commit
17d7a6967e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tst/YourlsProxyTest.php

+ 1 - 1
tst/YourlsProxyTest.php

@@ -3,7 +3,7 @@
 use PrivateBin\Configuration;
 use PrivateBin\YourlsProxy;
 
-class YourlsProxyTest extends PHPUnit_Framework_TestCase
+class YourlsProxyTest extends TestCase
 {
     private $_conf;