for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace VinaiKopp\CurrencyInfo\StaticAccess;
/**
* @covers \VinaiKopp\CurrencyInfo\StaticAccess\CurrencyInfoResourcesDir
*/
class CurrencyInfoResourcesDirTest extends \PHPUnit_Framework_TestCase
{
public function testReturnsTheResourcesDirectoryPath()
$this->assertSame(realpath(__DIR__ . '/../../../resources'), CurrencyInfoResourcesDir::get());
}