Skip to content

Commit

Permalink
adding empty tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dogmatic69 committed Sep 29, 2012
1 parent 0053948 commit 7079797
Show file tree
Hide file tree
Showing 10 changed files with 34 additions and 6 deletions.
4 changes: 4 additions & 0 deletions Core/Feed/Test/Case/Model/Behavior/FeedableBehaviorTest.php
Expand Up @@ -28,4 +28,8 @@ public function tearDown() {
parent::tearDown();
}

public function testSomething() {

}

}
4 changes: 4 additions & 0 deletions Core/Feed/Test/Case/Model/FeedsFeedTest.php
Expand Up @@ -37,4 +37,8 @@ public function tearDown() {
parent::tearDown();
}

public function testSomething() {

}

}
4 changes: 4 additions & 0 deletions Core/Installer/Test/Case/Model/InstallTest.php
Expand Up @@ -37,4 +37,8 @@ public function tearDown() {
parent::tearDown();
}

public function testSomething() {

}

}
4 changes: 4 additions & 0 deletions Core/Newsletter/Test/Case/Model/CampaignTest.php
Expand Up @@ -43,4 +43,8 @@ public function tearDown() {
parent::tearDown();
}

public function testSomething() {

}

}
4 changes: 4 additions & 0 deletions Core/Newsletter/Test/Case/Model/NewslettersUserTest.php
Expand Up @@ -37,4 +37,8 @@ public function tearDown() {
parent::tearDown();
}

public function testSomething() {

}

}
4 changes: 4 additions & 0 deletions Core/Trash/Test/Case/Model/Behavior/TrashableBehaviorTest.php
Expand Up @@ -28,4 +28,8 @@ public function tearDown() {
parent::tearDown();
}

public function testSomething() {

}

}
8 changes: 4 additions & 4 deletions Core/Users/Test/Fixture/UserFixture.php
Expand Up @@ -60,8 +60,8 @@ class UserFixture extends CakeTestFixture {
'is_mobile' => 0,
'created' => '2010-02-04 16:54:48',
'modified' => '2010-02-04 16:54:48',
'facebook_id' => null,
'twitter_id' => null,
'facebook_id' => 0,
'twitter_id' => 0,
'time_zone' => 'UTC',
'full_name' => 'Admin Guy',
'prefered_name' => null
Expand All @@ -84,8 +84,8 @@ class UserFixture extends CakeTestFixture {
'is_mobile' => 0,
'created' => '2010-05-15 14:35:32',
'modified' => '2010-05-15 14:36:19',
'facebook_id' => null,
'twitter_id' => null,
'facebook_id' => 0,
'twitter_id' => 0,
'time_zone' => 'UTC',
'full_name' => null,
'prefered_name' => 'dogmatic69'
Expand Down
Expand Up @@ -28,4 +28,8 @@ public function tearDown() {
parent::tearDown();
}

public function testSomething() {

}

}
2 changes: 1 addition & 1 deletion Plugin/Gallery
Submodule Gallery updated from e31b0f to fdcdc7
2 changes: 1 addition & 1 deletion Plugin/InfinitasFaq
Submodule InfinitasFaq updated 1 files
+4 −0 Test/Case/Model/InfinitasFaqContentTest.php

0 comments on commit 7079797

Please sign in to comment.