init commit
parents
No related branches found
No related tags found
Showing
- .coveralls.yml 5 additions, 0 deletions.coveralls.yml
- .distignore 30 additions, 0 deletions.distignore
- .editorconfig 22 additions, 0 deletions.editorconfig
- .gitignore 10 additions, 0 deletions.gitignore
- .travis.yml 59 additions, 0 deletions.travis.yml
- Gruntfile.js 54 additions, 0 deletionsGruntfile.js
- README.md 41 additions, 0 deletionsREADME.md
- Tests/Integration/IntegrationTestCase.php 17 additions, 0 deletionsTests/Integration/IntegrationTestCase.php
- Tests/Integration/RestAPITestCase.php 57 additions, 0 deletionsTests/Integration/RestAPITestCase.php
- Tests/Integration/RestRequestTest.php 61 additions, 0 deletionsTests/Integration/RestRequestTest.php
- Tests/Mock/.gitkeep 0 additions, 0 deletionsTests/Mock/.gitkeep
- Tests/Mock/wpdb.php 14 additions, 0 deletionsTests/Mock/wpdb.php
- Tests/Unit/EntryQueriesTest.php 51 additions, 0 deletionsTests/Unit/EntryQueriesTest.php
- Tests/Unit/MySqlBuilderTest.php 37 additions, 0 deletionsTests/Unit/MySqlBuilderTest.php
- Tests/Unit/Select/EntryTest.php 71 additions, 0 deletionsTests/Unit/Select/EntryTest.php
- Tests/Unit/Select/EntryValuesTest.php 88 additions, 0 deletionsTests/Unit/Select/EntryValuesTest.php
- Tests/Unit/Select/SelectQueryBuilderTest.php 114 additions, 0 deletionsTests/Unit/Select/SelectQueryBuilderTest.php
- Tests/Unit/TestCase.php 60 additions, 0 deletionsTests/Unit/TestCase.php
- Tests/bootstrap-integration.php 26 additions, 0 deletionsTests/bootstrap-integration.php
- Tests/bootstrap.php 43 additions, 0 deletionsTests/bootstrap.php
.coveralls.yml
0 → 100644
.distignore
0 → 100644
.editorconfig
0 → 100644
.gitignore
0 → 100644
.travis.yml
0 → 100644
Gruntfile.js
0 → 100644
README.md
0 → 100644
Tests/Integration/IntegrationTestCase.php
0 → 100755
Tests/Integration/RestAPITestCase.php
0 → 100755
Tests/Integration/RestRequestTest.php
0 → 100755
Tests/Mock/.gitkeep
0 → 100644
Tests/Mock/wpdb.php
0 → 100644
Tests/Unit/EntryQueriesTest.php
0 → 100644
Tests/Unit/MySqlBuilderTest.php
0 → 100644
Tests/Unit/Select/EntryTest.php
0 → 100644
Tests/Unit/Select/EntryValuesTest.php
0 → 100644
Tests/Unit/Select/SelectQueryBuilderTest.php
0 → 100644
Tests/Unit/TestCase.php
0 → 100755
Tests/bootstrap-integration.php
0 → 100755
Tests/bootstrap.php
0 → 100755
Please register or sign in to comment