|
1 | 1 |
|
2 | 2 | PASS Tests\Unit\AttributeTest |
3 | | - ✓ an attribute can be created 0.20s |
| 3 | + ✓ an attribute can be created 0.21s |
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.04s |
| 7 | + ✓ that true is true 0.05s |
8 | 8 |
|
9 | 9 | PASS Tests\Unit\LanguageTest |
10 | 10 | ✓ a language can be created 0.02s |
11 | | - ✓ a language has many lexical entries 0.03s |
| 11 | + ✓ a language has many lexical entries 0.04s |
12 | 12 |
|
13 | 13 | PASS Tests\Unit\LexicalEntryTest |
14 | 14 | ✓ a lexical entry can be created 0.03s |
|
38 | 38 |
|
39 | 39 | PASS Tests\Feature\AddLanguageCommandTest |
40 | 40 | ✓ the add language command creates a new language 0.03s |
41 | | - ✓ the add language command handles existing languages 0.03s |
| 41 | + ✓ the add language command handles existing languages 0.02s |
42 | 42 |
|
43 | 43 | PASS Tests\Feature\AddLinkCommandTest |
44 | 44 | ✓ the add link command creates a new link 0.04s |
|
86 | 86 |
|
87 | 87 | PASS Tests\Feature\LanguageControllerTest |
88 | 88 | ✓ it displays a list of languages 0.03s |
89 | | - ✓ it displays the create language form 0.03s |
| 89 | + ✓ it displays the create language form 0.02s |
90 | 90 | ✓ it creates a new language 0.03s |
91 | 91 | ✓ it displays the edit language form 0.03s |
92 | 92 | ✓ it updates a language 0.03s |
|
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.03s |
| 100 | + ✓ it shows a lexical entry 0.04s |
101 | 101 | ✓ it displays the edit lexical entry form 0.03s |
102 | | - ✓ it updates a lexical entry 0.03s |
| 102 | + ✓ it updates a lexical entry 0.04s |
103 | 103 | ✓ it deletes a lexical entry 0.03s |
104 | 104 | ✓ it displays the create attribute form 0.03s |
105 | 105 | ✓ it stores a new attribute 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.03s |
| 135 | + ✓ the show language command displays language details 0.04s |
136 | 136 | ✓ the show language command handles non-existent languages 0.02s |
137 | 137 |
|
138 | 138 | PASS Tests\Feature\ShowTokenCommandTest |
139 | | - ✓ the show token command displays token details 0.03s |
| 139 | + ✓ the show token command displays token details 0.04s |
140 | 140 | ✓ the show token command handles non-existent tokens 0.02s |
141 | 141 |
|
142 | 142 | PASS Tests\Feature\StatsCommandTest |
|
166 | 166 | ✓ the validate command finds unused languages 0.03s |
167 | 167 |
|
168 | 168 | Tests: 96 passed (305 assertions) |
169 | | - Duration: 3.80s |
| 169 | + Duration: 3.83s |
170 | 170 |
|
0 commit comments