Fixed elements broken on module separation

This commit is contained in:
Alejandro Celaya
2016-07-19 18:05:06 +02:00
parent ab9c2f728a
commit fe8ef2030f
3 changed files with 9 additions and 6 deletions

View File

@@ -65,7 +65,7 @@ class UrlShortenerTest extends TestCase
/**
* @test
* @expectedException \Acelaya\UrlShortener\Exception\RuntimeException
* @expectedException \Shlinkio\Shlink\Core\Exception\RuntimeException
*/
public function exceptionIsThrownWhenOrmThrowsException()
{
@@ -81,7 +81,7 @@ class UrlShortenerTest extends TestCase
/**
* @test
* @expectedException \Acelaya\UrlShortener\Exception\InvalidUrlException
* @expectedException \Shlinkio\Shlink\Core\Exception\InvalidUrlException
*/
public function exceptionIsThrownWhenUrlDoesNotExist()
{
@@ -126,7 +126,7 @@ class UrlShortenerTest extends TestCase
/**
* @test
* @expectedException \Acelaya\UrlShortener\Exception\InvalidShortCodeException
* @expectedException \Shlinkio\Shlink\Core\Exception\InvalidShortCodeException
*/
public function invalidCharSetThrowsException()
{