Skip to content

Commit

Permalink
Update BarcodeTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
milindsingh authored Mar 7, 2019
1 parent 6a78c44 commit dbcc8f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/BarcodeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace Ced\Barcodes\Tests;

use \Ced\Validator\Barcode;
use Ced\Validator\Barcode;

// Nasty work around for testing over multiple PHPUnit versions
if (!class_exists('\PHPUnit_Framework_TestCase') && class_exists('\PHPUnit\Framework\TestCase')) {
Expand Down Expand Up @@ -79,4 +79,4 @@ public function testUpc()
$this->assertTrue($validator->isValid());
$this->assertSame(Barcode::TYPE_UPC, $validator->getType());
}
}
}

0 comments on commit dbcc8f4

Please sign in to comment.