Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for api tests upgrade #989

Open
wants to merge 2 commits into
base: Ursa-21.7.0
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@

# Editor configuration, see http://editorconfig.org
root = true

[*.php]
charset = utf-8
indent_style = tab
indent_size = 4
insert_final_newline = true
#trim_trailing_whitespace = true
1 change: 1 addition & 0 deletions config/generator.defaults.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ php5ZendClientAdminConsole
php5ZendVarConsole
php5ZendHostedPages
testsClient
php53ApiTests
testme
testmeDoc
go
4 changes: 4 additions & 0 deletions config/generator.ini
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,10 @@ additional = KalturaHttpNotification
[php53 : public]
generator = Php53ClientGenerator

[php53ApiTests]
generator = Php53ClientGenerator
ignore = KalturaUploadedFileResource

[swift : public]
generator = SwiftClientGenerator

Expand Down