2
0
forked from Wavyzz/dolibarr

Fix travis

This commit is contained in:
Laurent Destailleur
2017-05-10 13:56:05 +02:00
parent 0156e99894
commit ec03d1705b
7 changed files with 12 additions and 465 deletions

View File

@@ -28,7 +28,7 @@ namespace test\unit;
/**
* Class MyClassTest
* @package test\unit
* @package Testmymodule
*/
class MyClassTest extends \PHPUnit_Framework_TestCase
{
@@ -93,10 +93,10 @@ class MyClassTest extends \PHPUnit_Framework_TestCase
/**
* Unsuccessful test
*
* @param \Exception $e
* @throws \Exception
* @param Exception $e Exception
* @throws Exception
*/
protected function onNotSuccessfulTest(\Exception $e)
protected function onNotSuccessfulTest(Exception $e)
{
fwrite(STDOUT, __METHOD__ . "\n");
throw $e;