mirror of
https://github.com/owncloudarchive/contacts.git
synced 2024-12-01 13:24:10 +01:00
Force an error
This commit is contained in:
parent
d0eb82f16b
commit
193cc7371c
@ -43,7 +43,7 @@ test: javascript-tests unit-tests integration-tests acceptance-tests
|
||||
unit-tests:
|
||||
ls
|
||||
phpunit --version
|
||||
phpunit --no-configuration *.php
|
||||
phpunit *.php
|
||||
|
||||
#tests/vobject.php
|
||||
|
||||
|
@ -121,6 +121,7 @@ class Test_Contacts_Backend_Datebase extends PHPUnit_Framework_TestCase {
|
||||
|
||||
$this->assertTrue($addressBook->deleteChild($id));
|
||||
$this->assertEquals(0, count($addressBook));
|
||||
$this->assertEquals(0, 1);
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user