You are here

public function TagadelicCloudTest::testGet_id in Tagadelic 7.2

@covers TagadelicCloud::get_id

File

tests/TagadelicCloudTest.php, line 48

Class

TagadelicCloudTest
Generated by PHPUnit_SkeletonGenerator on 2012-05-16 at 15:23:33.

Code

public function testGet_id() {
  $this
    ->assertEquals(1337, $this->object
    ->get_id());
}