Aleksander Machniak
2012-08-27 9b05f19338e209f05386e5b13fe0a704c94062bb
tests/Framework/VCard.php
File was renamed from tests/VCards.php
@@ -5,12 +5,12 @@
 *
 * @package Tests
 */
class VCards extends PHPUnit_Framework_TestCase
class Framework_VCard extends PHPUnit_Framework_TestCase
{
    function _srcpath($fn)
    {
        return realpath(dirname(__FILE__) . '/src/' . $fn);
        return realpath(dirname(__FILE__) . '/../src/' . $fn);
    }
    function test_parse_one()