1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2024-12-01 13:24:10 +01:00

Test_VObject -> Test_VObjects to be able to run core tests.

This commit is contained in:
Thomas Tanghus 2013-09-16 21:28:50 +02:00
parent 898714583a
commit 00c6f11c52

View File

@ -6,7 +6,7 @@
* See the COPYING-README file.
*/
class Test_VObject extends PHPUnit_Framework_TestCase {
class Test_VObjects extends PHPUnit_Framework_TestCase {
public static function setUpBeforeClass() {
\Sabre\VObject\Component::$classMap['VCARD'] = '\OCA\Contacts\VObject\VCard';