25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
 
 

21 satır
400 B

  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. }