Skip to content

Commit 82eafbf

Browse files
Add test results
1 parent 66ac2ae commit 82eafbf

File tree

3 files changed

+447
-447
lines changed

3 files changed

+447
-447
lines changed

test_results.log

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11

22
PASS Tests\Unit\AttributeTest
3-
✓ an attribute can be created 0.20s
3+
✓ an attribute can be created 0.24s
44
✓ an attribute belongs to a lexical entry 0.03s
55

66
PASS Tests\Unit\ExampleTest
7-
✓ that true is true 0.12s
7+
✓ that true is true 0.07s
88

99
PASS Tests\Unit\LanguageTest
1010
✓ a language can be created 0.02s
@@ -19,7 +19,7 @@
1919
✓ a lexical entry has many linked from 0.04s
2020

2121
PASS Tests\Unit\LinkTest
22-
✓ a link can be created 0.04s
22+
✓ a link can be created 0.03s
2323
✓ a link has a source entry 0.03s
2424
✓ a link has a target entry 0.03s
2525

@@ -47,7 +47,7 @@
4747

4848
PASS Tests\Feature\AddTokenCommandTest
4949
✓ 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
5151

5252
PASS Tests\Feature\DeleteAttributeCommandTest
5353
✓ the delete attribute command deletes an attribute 0.03s
@@ -91,13 +91,13 @@
9191
✓ it displays the edit language form 0.03s
9292
✓ it updates a language 0.03s
9393
✓ 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
9595

9696
PASS Tests\Feature\LexiconControllerTest
9797
✓ it displays a list of lexical entries 0.05s
9898
✓ it displays the create lexical entry form 0.03s
9999
✓ it stores a new lexical entry 0.03s
100-
✓ it shows a lexical entry 0.04s
100+
✓ it shows a lexical entry 0.03s
101101
✓ it displays the edit lexical entry form 0.03s
102102
✓ it updates a lexical entry 0.03s
103103
✓ it deletes a lexical entry 0.03s
@@ -132,7 +132,7 @@
132132
✓ the show entry command handles non-existent entries 0.02s
133133

134134
PASS Tests\Feature\ShowLanguageCommandTest
135-
✓ the show language command displays language details 0.04s
135+
✓ the show language command displays language details 0.03s
136136
✓ the show language command handles non-existent languages 0.02s
137137

138138
PASS Tests\Feature\ShowTokenCommandTest
@@ -143,21 +143,21 @@
143143
✓ the stats command displays lexicon statistics 0.25s
144144

145145
PASS Tests\Feature\TokenControllerTest
146-
✓ it displays a list of tokens 0.03s
146+
✓ it displays a list of tokens 0.04s
147147
✓ it displays the create token form 0.02s
148-
✓ it creates a new token 0.03s
148+
✓ it creates a new token 0.02s
149149
✓ it displays the edit token form 0.03s
150150
✓ it updates a token 0.03s
151151
✓ it deletes a token 0.03s
152152
✓ it shows a token and its lexical entries 0.03s
153153

154154
PASS Tests\Feature\UpdateLanguageCommandTest
155-
✓ the update language command updates a language 0.03s
155+
✓ the update language command updates a language 0.04s
156156
✓ the update language command handles non-existent languages 0.02s
157157

158158
PASS Tests\Feature\UpdateTokenCommandTest
159159
✓ 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
161161

162162
PASS Tests\Feature\ValidateCommandTest
163163
✓ the validate command finds no issues with clean data 0.03s

0 commit comments

Comments
 (0)