|
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.08s |
| 7 | + ✓ that true is true 0.02s |
8 | 8 |
|
9 | 9 | PASS Tests\Unit\LanguageTest |
10 | 10 | ✓ a language can be created 0.02s |
11 | 11 | ✓ a language has many lexical entries 0.03s |
12 | 12 |
|
13 | 13 | PASS Tests\Unit\LexicalEntryTest |
14 | 14 | ✓ a lexical entry can be created 0.03s |
15 | | - ✓ a lexical entry belongs to a token 0.03s |
| 15 | + ✓ a lexical entry belongs to a token 0.02s |
16 | 16 | ✓ a lexical entry belongs to a language 0.03s |
17 | 17 | ✓ a lexical entry has many attributes 0.03s |
18 | 18 | ✓ a lexical entry has many links 0.03s |
|
24 | 24 | ✓ a link has a target entry 0.03s |
25 | 25 |
|
26 | 26 | PASS Tests\Unit\TokenTest |
27 | | - ✓ a token can be created 0.03s |
| 27 | + ✓ a token can be created 0.02s |
28 | 28 | ✓ a token has many lexical entries 0.03s |
29 | 29 |
|
30 | 30 | PASS Tests\Feature\AddAttributeCommandTest |
31 | | - ✓ the add attribute command creates a new attribute 0.04s |
32 | | - ✓ the add attribute command handles missing lexical entry 0.03s |
| 31 | + ✓ the add attribute command creates a new attribute 0.03s |
| 32 | + ✓ the add attribute command handles missing lexical entry 0.02s |
33 | 33 |
|
34 | 34 | PASS Tests\Feature\AddEntryCommandTest |
35 | 35 | ✓ the add entry command creates a new lexical entry 0.03s |
|
50 | 50 | ✓ the add token command handles existing tokens 0.03s |
51 | 51 |
|
52 | 52 | PASS Tests\Feature\DeleteAttributeCommandTest |
53 | | - ✓ the delete attribute command deletes an attribute 0.04s |
54 | | - ✓ the delete attribute command handles non-existent attributes 0.03s |
| 53 | + ✓ the delete attribute command deletes an attribute 0.03s |
| 54 | + ✓ the delete attribute command handles non-existent attributes 0.02s |
55 | 55 |
|
56 | 56 | PASS Tests\Feature\DeleteEntryCommandTest |
57 | 57 | ✓ the delete entry command deletes an entry and its associations 0.04s |
58 | 58 | ✓ the delete entry command handles non-existent entries 0.03s |
59 | 59 |
|
60 | 60 | PASS Tests\Feature\DeleteLanguageCommandTest |
61 | 61 | ✓ the delete language command deletes a language and its entries 0.03s |
62 | | - ✓ the delete language command handles non-existent languages 0.03s |
| 62 | + ✓ the delete language command handles non-existent languages 0.02s |
63 | 63 |
|
64 | 64 | PASS Tests\Feature\DeleteLinkCommandTest |
65 | 65 | ✓ the delete link command deletes a link 0.04s |
66 | | - ✓ the delete link command handles non-existent links 0.03s |
| 66 | + ✓ the delete link command handles non-existent links 0.02s |
67 | 67 |
|
68 | 68 | PASS Tests\Feature\DeleteTokenCommandTest |
69 | 69 | ✓ the delete token command deletes a token and its entries 0.03s |
70 | | - ✓ the delete token command handles non-existent tokens 0.03s |
| 70 | + ✓ the delete token command handles non-existent tokens 0.02s |
71 | 71 |
|
72 | 72 | PASS Tests\Feature\ExampleTest |
73 | 73 | ✓ the application returns a successful response 0.05s |
|
82 | 82 |
|
83 | 83 | PASS Tests\Feature\ImportOteFileCommandTest |
84 | 84 | ✓ the import ote file command imports data from a file 0.05s |
85 | | - ✓ the import ote file command handles missing file 0.02s |
| 85 | + ✓ the import ote file command handles missing file 0.03s |
86 | 86 |
|
87 | 87 | PASS Tests\Feature\LanguageControllerTest |
88 | 88 | ✓ it displays a list of languages 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.04s |
| 94 | + ✓ it shows a language and its lexical entries 0.03s |
95 | 95 |
|
96 | 96 | PASS Tests\Feature\LexiconControllerTest |
97 | 97 | ✓ it displays a list of lexical entries 0.05s |
|
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 |
106 | | - ✓ it displays the edit attribute form 0.04s |
107 | | - ✓ it updates an attribute 0.04s |
| 106 | + ✓ it displays the edit attribute form 0.03s |
| 107 | + ✓ it updates an attribute 0.03s |
108 | 108 | ✓ it deletes an attribute 0.03s |
109 | 109 | ✓ it displays the create link form 0.03s |
110 | | - ✓ it stores a new link 0.04s |
| 110 | + ✓ it stores a new link 0.03s |
111 | 111 | ✓ it displays the edit link form 0.04s |
112 | 112 | ✓ it updates a link 0.04s |
113 | | - ✓ it deletes a link 0.04s |
| 113 | + ✓ it deletes a link 0.03s |
114 | 114 |
|
115 | 115 | PASS Tests\Feature\ListAttributesCommandTest |
116 | 116 | ✓ the list attributes command shows a table of attributes 0.06s |
|
125 | 125 | ✓ the list links command shows a table of links 0.05s |
126 | 126 |
|
127 | 127 | PASS Tests\Feature\ListTokensCommandTest |
128 | | - ✓ the list tokens command shows a table of tokens 0.03s |
| 128 | + ✓ the list tokens command shows a table of tokens 0.04s |
129 | 129 |
|
130 | 130 | PASS Tests\Feature\ShowEntryCommandTest |
131 | 131 | ✓ the show entry command displays entry details 0.05s |
132 | | - ✓ the show entry command handles non-existent entries 0.03s |
| 132 | + ✓ the show entry command handles non-existent entries 0.02s |
133 | 133 |
|
134 | 134 | PASS Tests\Feature\ShowLanguageCommandTest |
135 | 135 | ✓ the show language command displays language details 0.04s |
136 | | - ✓ the show language command handles non-existent languages 0.03s |
| 136 | + ✓ the show language command handles non-existent languages 0.02s |
137 | 137 |
|
138 | 138 | PASS Tests\Feature\ShowTokenCommandTest |
139 | 139 | ✓ the show token command displays token details 0.04s |
140 | | - ✓ the show token command handles non-existent tokens 0.03s |
| 140 | + ✓ the show token command handles non-existent tokens 0.02s |
141 | 141 |
|
142 | 142 | PASS Tests\Feature\StatsCommandTest |
143 | 143 | ✓ the stats command displays lexicon statistics 0.26s |
144 | 144 |
|
145 | 145 | PASS Tests\Feature\TokenControllerTest |
146 | | - ✓ it displays a list of tokens 0.04s |
| 146 | + ✓ it displays a list of tokens 0.03s |
147 | 147 | ✓ it displays the create token form 0.03s |
148 | 148 | ✓ it creates a new token 0.03s |
149 | 149 | ✓ it displays the edit token form 0.03s |
|
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.03s |
| 160 | + ✓ the update token command handles non-existent tokens 0.02s |
161 | 161 |
|
162 | 162 | PASS Tests\Feature\ValidateCommandTest |
163 | 163 | ✓ the validate command finds no issues with clean data 0.03s |
|
166 | 166 | ✓ the validate command finds unused languages 0.03s |
167 | 167 |
|
168 | 168 | Tests: 96 passed (305 assertions) |
169 | | - Duration: 4.10s |
| 169 | + Duration: 3.85s |
170 | 170 |
|
0 commit comments