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

Force an error

This commit is contained in:
Thomas Tanghus 2013-08-20 01:14:32 +02:00
parent d0eb82f16b
commit 193cc7371c
2 changed files with 2 additions and 1 deletions

View File

@ -43,7 +43,7 @@ test: javascript-tests unit-tests integration-tests acceptance-tests
unit-tests: unit-tests:
ls ls
phpunit --version phpunit --version
phpunit --no-configuration *.php phpunit *.php
#tests/vobject.php #tests/vobject.php

View File

@ -121,6 +121,7 @@ class Test_Contacts_Backend_Datebase extends PHPUnit_Framework_TestCase {
$this->assertTrue($addressBook->deleteChild($id)); $this->assertTrue($addressBook->deleteChild($id));
$this->assertEquals(0, count($addressBook)); $this->assertEquals(0, count($addressBook));
$this->assertEquals(0, 1);
} }
} }