Skip to content

Commit

Permalink
Fixed error in the exception test
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonardo Cesar Teixeira committed Jun 2, 2015
1 parent f74e652 commit 69c5f75
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tests/LeonardoTeixeira/Pushover/MessageTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

namespace LeonardoTeixeira\Pushover;

use LeonardoTeixeira\Pushover\Exceptions\InvalidArgumentException;

class MessageTest extends \PHPUnit_Framework_TestCase
{
private $messages;
Expand Down Expand Up @@ -101,7 +99,7 @@ public function testHasMethods()
}

/**
* @expectedException InvalidArgumentException
* @expectedException LeonardoTeixeira\Pushover\Exceptions\InvalidArgumentException
*/
public function testInvalidArgumentExceptionFromPriority()
{
Expand All @@ -110,7 +108,7 @@ public function testInvalidArgumentExceptionFromPriority()
}

/**
* @expectedException InvalidArgumentException
* @expectedException LeonardoTeixeira\Pushover\Exceptions\InvalidArgumentException
*/
public function testInvalidArgumentExceptionFromSound()
{
Expand Down

0 comments on commit 69c5f75

Please sign in to comment.