Code Coverage
 
Classes and Traits
Functions and Methods
Lines
Total
100.00% covered (success)
0 / 0
100.00% covered (success)
100.00%
0 / 0
CRAP
0.00% covered (danger)
0.00%
0 / 23
Eccube\Entity\Master\Tag:
    type: entity
    table: mtb_tag
    repositoryClass: Eccube\Repository\Master\TagRepository
    id:
        id:
            type: smallint
            nullable: false
            unsigned: false
            id: true
    fields:
        name:
            type: text
            nullable: false
        rank:
            type: smallint
            nullable: false
            unsigned: false
    oneToMany:
        ProductTag:
            targetEntity: Eccube\Entity\ProductTag
            mappedBy: Tag
    lifecycleCallbacks: {  }