|
1 | 1 |
|
2 | 2 | PASS Tests\Unit\AttributeTest |
3 | | - ✓ an attribute can be created 0.20s |
| 3 | + ✓ an attribute can be created 0.24s |
4 | 4 | ✓ an attribute belongs to a lexical entry 0.03s |
5 | 5 |
|
6 | 6 | PASS Tests\Unit\ExampleTest |
7 | | - ✓ that true is true 0.12s |
| 7 | + ✓ that true is true 0.07s |
8 | 8 |
|
9 | 9 | PASS Tests\Unit\LanguageTest |
10 | 10 | ✓ a language can be created 0.02s |
|
19 | 19 | ✓ a lexical entry has many linked from 0.04s |
20 | 20 |
|
21 | 21 | PASS Tests\Unit\LinkTest |
22 | | - ✓ a link can be created 0.04s |
| 22 | + ✓ a link can be created 0.03s |
23 | 23 | ✓ a link has a source entry 0.03s |
24 | 24 | ✓ a link has a target entry 0.03s |
25 | 25 |
|
|
47 | 47 |
|
48 | 48 | PASS Tests\Feature\AddTokenCommandTest |
49 | 49 | ✓ the add token command creates a new token 0.03s |
50 | | - ✓ the add token command handles existing tokens 0.02s |
| 50 | + ✓ the add token command handles existing tokens 0.03s |
51 | 51 |
|
52 | 52 | PASS Tests\Feature\DeleteAttributeCommandTest |
53 | 53 | ✓ the delete attribute command deletes an attribute 0.03s |
|
91 | 91 | ✓ it displays the edit language form 0.03s |
92 | 92 | ✓ it updates a language 0.03s |
93 | 93 | ✓ it deletes a language 0.03s |
94 | | - ✓ it shows a language and its lexical entries 0.03s |
| 94 | + ✓ it shows a language and its lexical entries 0.04s |
95 | 95 |
|
96 | 96 | PASS Tests\Feature\LexiconControllerTest |
97 | 97 | ✓ it displays a list of lexical entries 0.05s |
98 | 98 | ✓ it displays the create lexical entry form 0.03s |
99 | 99 | ✓ it stores a new lexical entry 0.03s |
100 | | - ✓ it shows a lexical entry 0.04s |
| 100 | + ✓ it shows a lexical entry 0.03s |
101 | 101 | ✓ it displays the edit lexical entry form 0.03s |
102 | 102 | ✓ it updates a lexical entry 0.03s |
103 | 103 | ✓ it deletes a lexical entry 0.03s |
|
132 | 132 | ✓ the show entry command handles non-existent entries 0.02s |
133 | 133 |
|
134 | 134 | PASS Tests\Feature\ShowLanguageCommandTest |
135 | | - ✓ the show language command displays language details 0.04s |
| 135 | + ✓ the show language command displays language details 0.03s |
136 | 136 | ✓ the show language command handles non-existent languages 0.02s |
137 | 137 |
|
138 | 138 | PASS Tests\Feature\ShowTokenCommandTest |
|
143 | 143 | ✓ the stats command displays lexicon statistics 0.25s |
144 | 144 |
|
145 | 145 | PASS Tests\Feature\TokenControllerTest |
146 | | - ✓ it displays a list of tokens 0.03s |
| 146 | + ✓ it displays a list of tokens 0.04s |
147 | 147 | ✓ it displays the create token form 0.02s |
148 | | - ✓ it creates a new token 0.03s |
| 148 | + ✓ it creates a new token 0.02s |
149 | 149 | ✓ it displays the edit token form 0.03s |
150 | 150 | ✓ it updates a token 0.03s |
151 | 151 | ✓ it deletes a token 0.03s |
152 | 152 | ✓ it shows a token and its lexical entries 0.03s |
153 | 153 |
|
154 | 154 | PASS Tests\Feature\UpdateLanguageCommandTest |
155 | | - ✓ the update language command updates a language 0.03s |
| 155 | + ✓ the update language command updates a language 0.04s |
156 | 156 | ✓ the update language command handles non-existent languages 0.02s |
157 | 157 |
|
158 | 158 | PASS Tests\Feature\UpdateTokenCommandTest |
159 | 159 | ✓ the update token command updates a token 0.03s |
160 | | - ✓ the update token command handles non-existent tokens 0.02s |
| 160 | + ✓ the update token command handles non-existent tokens 0.03s |
161 | 161 |
|
162 | 162 | PASS Tests\Feature\ValidateCommandTest |
163 | 163 | ✓ the validate command finds no issues with clean data 0.03s |
|
0 commit comments