Navigation Menu

Skip to content

Commit

Permalink
Successfully :)
Browse files Browse the repository at this point in the history
  • Loading branch information
k-halaburda committed Aug 19, 2013
1 parent 9536b3c commit 9ad75e0
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions lib/Cake/Test/Case/Model/ModelIntegrationTest.php
Expand Up @@ -1709,7 +1709,7 @@ public function testWithAssociation() {
'published' => 'Y',
'created' => '2007-03-18 10:39:23',
'updated' => '2007-03-18 10:41:31',
'afterFind' => 'Successfuly added by AfterFind'
'afterFind' => 'Successfully added by AfterFind'
),
'Something' => array(
array(
Expand All @@ -1726,7 +1726,7 @@ public function testWithAssociation() {
'doomed' => true,
'created' => '2007-03-18 10:43:23',
'updated' => '2007-03-18 10:45:31',
'afterFind' => 'Successfuly added by AfterFind'
'afterFind' => 'Successfully added by AfterFind'
)))),
array(
'SomethingElse' => array(
Expand All @@ -1736,7 +1736,7 @@ public function testWithAssociation() {
'published' => 'Y',
'created' => '2007-03-18 10:41:23',
'updated' => '2007-03-18 10:43:31',
'afterFind' => 'Successfuly added by AfterFind'
'afterFind' => 'Successfully added by AfterFind'
),
'Something' => array(
array(
Expand All @@ -1753,7 +1753,7 @@ public function testWithAssociation() {
'doomed' => true,
'created' => '2007-03-18 10:39:23',
'updated' => '2007-03-18 10:41:31',
'afterFind' => 'Successfuly added by AfterFind'
'afterFind' => 'Successfully added by AfterFind'
)))),
array(
'SomethingElse' => array(
Expand All @@ -1763,7 +1763,7 @@ public function testWithAssociation() {
'published' => 'Y',
'created' => '2007-03-18 10:43:23',
'updated' => '2007-03-18 10:45:31',
'afterFind' => 'Successfuly added by AfterFind'
'afterFind' => 'Successfully added by AfterFind'
),
'Something' => array(
array(
Expand All @@ -1780,7 +1780,7 @@ public function testWithAssociation() {
'doomed' => false,
'created' => '2007-03-18 10:41:23',
'updated' => '2007-03-18 10:43:31',
'afterFind' => 'Successfuly added by AfterFind'
'afterFind' => 'Successfully added by AfterFind'
)))));
$this->assertEquals($expected, $result);

Expand All @@ -1807,9 +1807,9 @@ public function testWithAssociation() {
'doomed' => true,
'something_id' => '1',
'something_else_id' => '2',
'afterFind' => 'Successfuly added by AfterFind'
'afterFind' => 'Successfully added by AfterFind'
),
'afterFind' => 'Successfuly added by AfterFind'
'afterFind' => 'Successfully added by AfterFind'
))),
array(
'Something' => array(
Expand All @@ -1832,9 +1832,9 @@ public function testWithAssociation() {
'doomed' => false,
'something_id' => '2',
'something_else_id' => '3',
'afterFind' => 'Successfuly added by AfterFind'
'afterFind' => 'Successfully added by AfterFind'
),
'afterFind' => 'Successfuly added by AfterFind'
'afterFind' => 'Successfully added by AfterFind'
))),
array(
'Something' => array(
Expand All @@ -1857,9 +1857,9 @@ public function testWithAssociation() {
'doomed' => true,
'something_id' => '3',
'something_else_id' => '1',
'afterFind' => 'Successfuly added by AfterFind'
'afterFind' => 'Successfully added by AfterFind'
),
'afterFind' => 'Successfuly added by AfterFind'
'afterFind' => 'Successfully added by AfterFind'
))));
$this->assertEquals($expected, $result);

Expand All @@ -1885,9 +1885,9 @@ public function testWithAssociation() {
'doomed' => true,
'something_id' => '1',
'something_else_id' => '2',
'afterFind' => 'Successfuly added by AfterFind'
'afterFind' => 'Successfully added by AfterFind'
),
'afterFind' => 'Successfuly added by AfterFind'
'afterFind' => 'Successfully added by AfterFind'
)));
$this->assertEquals($expected, $result);

Expand Down Expand Up @@ -1929,9 +1929,9 @@ public function testWithAssociation() {
'doomed' => true,
'something_id' => '1',
'something_else_id' => '1',
'afterFind' => 'Successfuly added by AfterFind'
'afterFind' => 'Successfully added by AfterFind'
),
'afterFind' => 'Successfuly added by AfterFind'
'afterFind' => 'Successfully added by AfterFind'
),
array(
'id' => '2',
Expand All @@ -1944,9 +1944,9 @@ public function testWithAssociation() {
'doomed' => true,
'something_id' => '1',
'something_else_id' => '2',
'afterFind' => 'Successfuly added by AfterFind'
'afterFind' => 'Successfully added by AfterFind'
),
'afterFind' => 'Successfuly added by AfterFind'
'afterFind' => 'Successfully added by AfterFind'
),
array(
'id' => '3',
Expand All @@ -1959,9 +1959,9 @@ public function testWithAssociation() {
'doomed' => false,
'something_id' => '1',
'something_else_id' => '3',
'afterFind' => 'Successfuly added by AfterFind'
'afterFind' => 'Successfully added by AfterFind'
),
'afterFind' => 'Successfuly added by AfterFind'
'afterFind' => 'Successfully added by AfterFind'
)
));
$this->assertEquals(self::date(), $result['Something']['updated']);
Expand Down

0 comments on commit 9ad75e0

Please sign in to comment.