From 9b05f19338e209f05386e5b13fe0a704c94062bb Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Mon, 27 Aug 2012 02:45:13 -0400
Subject: [PATCH] Restructured tests

---
 tests/Framework/VCard.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/VCards.php b/tests/Framework/VCard.php
similarity index 93%
rename from tests/VCards.php
rename to tests/Framework/VCard.php
index e61dca9..a830c2c 100644
--- a/tests/VCards.php
+++ b/tests/Framework/VCard.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()

--
Gitblit v1.9.1