for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* This file is part of the IrishDan\ResponsiveImageBundle package.
*
* (c) Daniel Byrne <[email protected]>
* For the full copyright and license information, please view the LICENSE file that was distributed with this source
* code.
*/
namespace IrishDan\ResponsiveImageBundle\Tests\Url;
class LocalAdapterUrlEncoderTest extends \PHPUnit_Framework_TestCase
{
public function testGetUrlFromAdapter()
// @TODO: Implement test.
}
public function testGetUrlFromData()