Skip to content

Commit

Permalink
Those tests don't depend, technically.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Nov 25, 2016
1 parent f3c5fad commit a43d818
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions framework/Prefs/test/Horde/Prefs/Unit/IdentityTest.php
Expand Up @@ -48,7 +48,6 @@ public function testIdentityAdd()
}

/**
* @depends testIdentityAdd
*/
public function testIdentityGet()
{
Expand All @@ -59,7 +58,6 @@ public function testIdentityGet()
}

/**
* @depends testIdentityAdd
*/
public function testIdentityDelete()
{
Expand All @@ -74,7 +72,6 @@ public function testIdentityDelete()
}

/**
* @depends testIdentityAdd
*/
public function testArrayAccessExists()
{
Expand All @@ -85,7 +82,6 @@ public function testArrayAccessExists()
}

/**
* @depends testIdentityAdd
*/
public function testArrayAccessGet()
{
Expand All @@ -96,7 +92,6 @@ public function testArrayAccessGet()
}

/**
* @depends testIdentityAdd
*/
public function testArrayAccessUnset()
{
Expand All @@ -110,7 +105,6 @@ public function testArrayAccessUnset()
}

/**
* @depends testIdentityAdd
*/
public function testCountable()
{
Expand All @@ -120,7 +114,6 @@ public function testCountable()
}

/**
* @depends testIdentityAdd
*/
public function testIterator()
{
Expand Down

0 comments on commit a43d818

Please sign in to comment.