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:
parent
d0eb82f16b
commit
193cc7371c
@ -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
|
||||||
|
|
||||||
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user