Lock file maintenance
This commit is contained in:
parent
ff31bf599f
commit
3a53c3adc9
326 changed files with 30009 additions and 16 deletions
20
vendor/endroid/qrcode/tests/Bundle/EndroidQrCodeBundleTest.php
vendored
Normal file
20
vendor/endroid/qrcode/tests/Bundle/EndroidQrCodeBundleTest.php
vendored
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
<?php
|
||||
|
||||
/*
|
||||
* (c) Jeroen van den Enden <info@endroid.nl>
|
||||
*
|
||||
* This source file is subject to the MIT license that is bundled
|
||||
* with this source code in the file LICENSE.
|
||||
*/
|
||||
|
||||
namespace Endroid\QrCode\Tests\Bundle;
|
||||
|
||||
use PHPUnit_Framework_TestCase;
|
||||
|
||||
class EndroidQrCodeBundleTest extends PHPUnit_Framework_TestCase
|
||||
{
|
||||
public function testNoTestsYet()
|
||||
{
|
||||
$this->assertTrue(true);
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue