Skip to content

Commit

Permalink
Don't test php internals, test the package
Browse files Browse the repository at this point in the history
  • Loading branch information
frankdejonge committed Nov 16, 2013
1 parent 88adaa9 commit ca0783d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/AwsS3Tests.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public function testRename()
$result = $adapter->rename('old', 'new');
$this->assertArrayHasKey('path', $result);
$this->assertContains('new', $result);
$this->assertContains(1293836400, $result);
$this->assertInternalType('int', $result['timestamp']);
}

public function testDeleteDir()
Expand Down

0 comments on commit ca0783d

Please sign in to comment.