1 | <?php |
||
25 | class RankingSystemListTest extends UnitTestCase |
||
26 | { |
||
27 | //<editor-fold desc="Public Methods"> |
||
28 | /** |
||
29 | * @covers \Tfboe\FmLib\Entity\Traits\RankingSystemList::init |
||
30 | * @uses \Tfboe\FmLib\Entity\Traits\RankingSystemList::getLastEntryTime |
||
31 | * @uses \Tfboe\FmLib\Entity\Traits\RankingSystemList::isCurrent |
||
32 | */ |
||
33 | public function testConstructor() |
||
39 | |||
40 | /** |
||
41 | * @covers \Tfboe\FmLib\Entity\Traits\RankingSystemList::setCurrent |
||
42 | * @covers \Tfboe\FmLib\Entity\Traits\RankingSystemList::isCurrent |
||
43 | * @uses \Tfboe\FmLib\Entity\Traits\RankingSystemList::init |
||
44 | */ |
||
45 | public function testCurrent() |
||
51 | |||
52 | /** |
||
53 | * @covers \Tfboe\FmLib\Entity\Traits\RankingSystemList::setLastEntryTime |
||
54 | * @covers \Tfboe\FmLib\Entity\Traits\RankingSystemList::getLastEntryTime |
||
55 | * @uses \Tfboe\FmLib\Entity\Traits\RankingSystemList::init |
||
56 | */ |
||
57 | public function testLastEntry() |
||
63 | |||
64 | /** |
||
65 | * @covers \Tfboe\FmLib\Entity\Traits\RankingSystemList::getEntries |
||
66 | * @uses \Tfboe\FmLib\Entity\Traits\RankingSystemList::init |
||
67 | */ |
||
68 | public function testLists() |
||
79 | |||
80 | /** |
||
81 | * @covers \Tfboe\FmLib\Entity\Traits\RankingSystemList::setRankingSystem |
||
82 | * @covers \Tfboe\FmLib\Entity\Traits\RankingSystemList::getRankingSystem |
||
83 | * @uses \Tfboe\FmLib\Entity\Traits\RankingSystemList::init |
||
84 | * @uses \Tfboe\FmLib\Entity\Helpers\SubClassData::initSubClassData |
||
85 | * @uses \Tfboe\FmLib\Entity\Traits\RankingSystem |
||
86 | * @uses \Tfboe\FmLib\Entity\Helpers\UUIDEntity::getId |
||
87 | */ |
||
88 | public function testRankingSystem() |
||
108 | //</editor-fold desc="Public Methods"> |
||
109 | |||
110 | //<editor-fold desc="Private Methods"> |
||
111 | /** |
||
112 | * @return RankingSystemListInterface |
||
113 | */ |
||
114 | private function instance(): RankingSystemListInterface |
||
118 | //</editor-fold desc="Private Methods"> |
||
119 | } |
This check looks for calls to methods that do not seem to exist on a given type. It looks for the method on the type itself as well as in inherited classes or implemented interfaces.
This is most likely a typographical error or the method has been renamed.