Skip to content
This repository has been archived by the owner on Mar 5, 2022. It is now read-only.

Commit

Permalink
Working on the tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Krämer committed Aug 16, 2015
1 parent c6a4f99 commit f09725c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions phpunit.xml.dist
Expand Up @@ -34,6 +34,7 @@
<whitelist>
<directory suffix=".php">./src</directory>
<exclude>
<file>./src/Storage/PathBuilder/PathBuilderInterface.php</file>
<directory>./vendor</directory>
<directory>./tests</directory>
<directory>./src/Model/Entity</directory>
Expand Down
Expand Up @@ -64,7 +64,7 @@ public function testPath() {
* @return void
*/
public function testAfterSave() {
$this->skipIf(PHP_INT_SIZE !== 4, 'This will produce a different result on a 64bit php version, skipping test.');
//$this->skipIf(PHP_INT_SIZE !== 4, 'This will produce a different result on a 64bit php version, skipping test.');

$entity = $this->FileStorage->newEntity([
'model' => 'Item',
Expand Down

0 comments on commit f09725c

Please sign in to comment.