Skip to content

Commit

Permalink
commented test classes
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosh committed Jan 18, 2015
1 parent b7c79dd commit bed035f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions test/EventGraphTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Marcosh\EventGraph;
/*namespace Marcosh\EventGraph;
use Marcosh\EventGraph\EventGraph;
Expand All @@ -27,4 +27,4 @@ class EventGraphTest extends \PHPUnit_Framework_TestCase
// $tag->setName('tag');
// $this->assertEquals($tag, $this->eventGraph->createTag('tag'));
// }
}
}*/
4 changes: 2 additions & 2 deletions test/EventTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Marcosh\EventGraph;
/*namespace Marcosh\EventGraph;
class EventTest extends \PHPUnit_Framework_TestCase
{
Expand Down Expand Up @@ -85,4 +85,4 @@ class EventTest extends \PHPUnit_Framework_TestCase
// $event = new Event();
// $this->assertNull($event->getNext('#1:0'));
// }
}
}*/
4 changes: 2 additions & 2 deletions test/EventsTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Marcosh\EventGraph;
/*namespace Marcosh\EventGraph;
use PhpOrient\Protocols\Binary\Data\Record;
Expand Down Expand Up @@ -66,4 +66,4 @@ class EventsTest extends \PHPUnit_Framework_TestCase
// $this->sut->saveEvent($event);*/

// }
}
//}*/
4 changes: 2 additions & 2 deletions test/TagsTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Marcosh\EventGraph;
/*namespace Marcosh\EventGraph;
use PhpOrient\Protocols\Binary\Data\Record;
Expand Down Expand Up @@ -109,4 +109,4 @@ class TagsTest extends \PHPUnit_Framework_TestCase
// ->setFirstEvent('#1:1')->setLastEvent('#1:2');
// $this->sut->saveTag($tag);
// }
}
}*/

0 comments on commit bed035f

Please sign in to comment.