Пример #1
0
 /**
  * Test for getAttributes
  *
  * @return void
  */
 public function testGetAttributes()
 {
     $this->assertEquals(
         array(),
         $this->object->getAttributes()
     );
 }
 /**
  * Test for getAttributes
  */
 public function testGetAttributes(){
     $this->assertEquals(
         $this->object->getAttributes(),
         array(
             '',
             'on update CURRENT_TIMESTAMP',
         )
     );
 }
 /**
  * Test for getAttributes
  */
 public function testGetAttributes(){
     $this->assertEquals(
         $this->object->getAttributes(),
         array(
             '',
             'BINARY',
             'UNSIGNED',
             'UNSIGNED ZEROFILL',
             'on update CURRENT_TIMESTAMP',
         )
     );
 }