FactoryGirl\Provider\Doctrine\DBAL\Types\StatusArrayType::getName PHP Метод

getName() публичный Метод

public getName ( )
    public function getName()
    {
        return self::STATUSARRAY;
    }

Usage Example

Пример #1
0
 /**
  * @test
  */
 public function getNameShouldReturnExpectedName()
 {
     $this->assertEquals('statusarray', $this->type->getName());
 }