Skip to content

Commit c9d6260

Browse files
committed
remove test
1 parent f751ef5 commit c9d6260

File tree

3 files changed

+3
-12
lines changed

3 files changed

+3
-12
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ php:
66

77
before_script:
88
- composer self-update
9-
- composer install --prefer-source --no-interaction --dev
9+
- composer install --prefer-source --no-interaction
1010

1111
install:
1212
- composer require satooshi/php-coveralls

src/Greenter/Xml/Exception/ValidationException.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
class ValidationException extends \Exception
1616
{
1717
/**
18-
* @var mixed
18+
* @var array
1919
*/
2020
public $validations;
2121

2222
/**
2323
* ValidationException constructor.
24-
* @param $validations
24+
* @param array $validations
2525
*/
2626
public function __construct($validations)
2727
{

tests/Greenter/Factory/CeFactoryTest.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,6 @@ public function testDespatch()
3838
);
3939
}
4040

41-
/**
42-
* @expectedException \Greenter\Xml\Exception\ValidationException
43-
*/
44-
public function testDespatchException()
45-
{
46-
$despatch = $this->getDespatch();
47-
$despatch->setTipoDoc('000');
48-
$this->getFactoryResult($despatch);
49-
}
5041

5142
public function testRetention()
5243
{

0 commit comments

Comments
 (0)