Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Open
LU API
Commits
b5050c98
Commit
b5050c98
authored
Feb 23, 2022
by
Dainis Abols
Browse files
Redme update and version bump
Version 3.0.3
parent
b6c0c857
Changes
4
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
b5050c98
.idea/
vendor
composer.json
View file @
b5050c98
{
"name"
:
"luitd/lu-api"
,
"version"
:
"3.0.
2
"
,
"version"
:
"3.0.
3
"
,
"description"
:
"REST API Integration for TYPO3"
,
"type"
:
"typo3-cms-extension"
,
"keywords"
:
[
...
...
ext_emconf.php
View file @
b5050c98
...
...
@@ -14,7 +14,7 @@ $EM_CONF[$_EXTKEY] = [
'title'
=>
'LU API'
,
'description'
=>
'REST API Integration for TYPO3'
,
'category'
=>
'plugin'
,
'version'
=>
'3.0.
2
'
,
'version'
=>
'3.0.
3
'
,
'dependencies'
=>
'typo3'
,
'state'
=>
'stable'
,
'clearCacheOnLoad'
=>
true
,
...
...
readme.md
View file @
b5050c98
...
...
@@ -4,7 +4,7 @@
## Version
3.
0.
0
3.
0.
3
## Dependencies
...
...
@@ -75,7 +75,7 @@ return [
## Testing
```
shell
./vendor/bin/phpunit public/typo3conf/ext/lu_api/Tests/<test-file>
./vendor/bin/phpunit public/typo3conf/ext/lu_api/Tests
(
or
/<test-file>
)
```
| Test File | Assertions |
|------------------------------------|------------|
...
...
@@ -92,9 +92,14 @@ return [
| Functional/NabaStoreTest.php | 5 |
| Functional/LessonsTest.php | 26 |
| Functional/EmailTest.php | 8 |
| -- | -- |
| Type/RequestTypeTest.php | 25 |
| Type/TableTest.php | 25 |
| Type/UsernameTest.php | 26 |
| -- | -- |
| Unit/DataHelperTest.php | 20 |
| Unit/ReturnPrettyTest.php | 6 |
| Unit/GeneratorTest.php | 14 |
## Notes
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment