You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

EndroidQrCodeBundleTest.php 400 B

4 years ago
1234567891011121314151617181920
  1. <?php
  2. /*
  3. * (c) Jeroen van den Enden <info@endroid.nl>
  4. *
  5. * This source file is subject to the MIT license that is bundled
  6. * with this source code in the file LICENSE.
  7. */
  8. namespace Endroid\QrCode\Tests\Bundle;
  9. use PHPUnit_Framework_TestCase;
  10. class EndroidQrCodeBundleTest extends PHPUnit_Framework_TestCase
  11. {
  12. public function testNoTestsYet()
  13. {
  14. $this->assertTrue(true);
  15. }
  16. }