[Pkg-owncloud-commits] [owncloud] 05/172: remove unusued variable

David Prévot taffit at moszumanska.debian.org
Sun May 18 20:09:34 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud.

commit f4bc5ee863f57c687e192c0d59fbe1f4d04f126b
Author: Bernhard Posselt <dev at bernhard-posselt.com>
Date:   Sat Apr 19 16:00:19 2014 +0200

    remove unusued variable
---
 tests/lib/appframework/db/EntityTest.php | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tests/lib/appframework/db/EntityTest.php b/tests/lib/appframework/db/EntityTest.php
index 28196d9..346a74c 100644
--- a/tests/lib/appframework/db/EntityTest.php
+++ b/tests/lib/appframework/db/EntityTest.php
@@ -110,7 +110,6 @@ class EntityTest extends \PHPUnit_Framework_TestCase {
 
 
 	public function testSetterMarksFieldUpdated(){
-		$id = 3;
 		$this->entity->setId(3);
 
 		$this->assertContains('id', $this->entity->getUpdatedFields());

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list