Browse Source

updated tests

v3-dev
REJack 6 years ago
parent
commit
dbd717053b
No known key found for this signature in database
GPG Key ID: 4A44B48700429F46
  1. 2
      tests/Aauth/Database/GroupModelTest.php
  2. 2
      tests/Aauth/Database/GroupToGroupModelTest.php
  3. 2
      tests/Aauth/Database/GroupToUserModelTest.php
  4. 2
      tests/Aauth/Database/GroupVariableModelTest.php
  5. 2
      tests/Aauth/Database/LoginAttemptModelTest.php
  6. 2
      tests/Aauth/Database/LoginTokenModelTest.php
  7. 2
      tests/Aauth/Database/PermModelTest.php
  8. 2
      tests/Aauth/Database/PermToGroupModelTest.php
  9. 2
      tests/Aauth/Database/PermToUserModelTest.php
  10. 2
      tests/Aauth/Database/UserModelTest.php
  11. 2
      tests/Aauth/Database/UserVariableModelTest.php
  12. 2
      tests/Aauth/Libraries/Aauth/AccessTest.php
  13. 2
      tests/Aauth/Libraries/Aauth/GroupTest.php
  14. 2
      tests/Aauth/Libraries/Aauth/GroupVariablesTest.php
  15. 2
      tests/Aauth/Libraries/Aauth/LoginTest.php
  16. 2
      tests/Aauth/Libraries/Aauth/PermTest.php
  17. 2
      tests/Aauth/Libraries/Aauth/UserTest.php
  18. 2
      tests/Aauth/Libraries/Aauth/UserVariablesTest.php

2
tests/Aauth/Database/GroupModelTest.php

@ -7,7 +7,7 @@ class GroupModelTest extends CIDatabaseTestCase
{ {
protected $refresh = true; protected $refresh = true;
protected $basePath = TESTPATH . '../application' . 'Database/Migrations'; protected $basePath = FCPATH . '../app/Database/Migrations';
protected $namespace = 'App'; protected $namespace = 'App';

2
tests/Aauth/Database/GroupToGroupModelTest.php

@ -8,7 +8,7 @@ class GroupToGroupModelTest extends CIDatabaseTestCase
{ {
protected $refresh = true; protected $refresh = true;
protected $basePath = TESTPATH . '../application' . 'Database/Migrations'; protected $basePath = FCPATH . '../app/Database/Migrations';
protected $namespace = 'App'; protected $namespace = 'App';

2
tests/Aauth/Database/GroupToUserModelTest.php

@ -8,7 +8,7 @@ class GroupToUserModelTest extends CIDatabaseTestCase
{ {
protected $refresh = true; protected $refresh = true;
protected $basePath = TESTPATH . '../application' . 'Database/Migrations'; protected $basePath = FCPATH . '../app/Database/Migrations';
protected $namespace = 'App'; protected $namespace = 'App';

2
tests/Aauth/Database/GroupVariableModelTest.php

@ -8,7 +8,7 @@ class GroupVariableModelTest extends CIDatabaseTestCase
{ {
protected $refresh = true; protected $refresh = true;
protected $basePath = TESTPATH . '../application' . 'Database/Migrations'; protected $basePath = FCPATH . '../app/Database/Migrations';
protected $namespace = 'App'; protected $namespace = 'App';

2
tests/Aauth/Database/LoginAttemptModelTest.php

@ -7,7 +7,7 @@ class LoginAttemptModelTest extends CIDatabaseTestCase
{ {
protected $refresh = true; protected $refresh = true;
protected $basePath = TESTPATH . '../application' . 'Database/Migrations'; protected $basePath = FCPATH . '../app/Database/Migrations';
protected $namespace = 'App'; protected $namespace = 'App';

2
tests/Aauth/Database/LoginTokenModelTest.php

@ -7,7 +7,7 @@ class LoginTokenModelTest extends CIDatabaseTestCase
{ {
protected $refresh = true; protected $refresh = true;
protected $basePath = TESTPATH . '../application' . 'Database/Migrations'; protected $basePath = FCPATH . '../app/Database/Migrations';
protected $namespace = 'App'; protected $namespace = 'App';

2
tests/Aauth/Database/PermModelTest.php

@ -8,7 +8,7 @@ class PermModelTest extends CIDatabaseTestCase
{ {
protected $refresh = true; protected $refresh = true;
protected $basePath = TESTPATH . '../application' . 'Database/Migrations'; protected $basePath = FCPATH . '../app/Database/Migrations';
protected $namespace = 'App'; protected $namespace = 'App';

2
tests/Aauth/Database/PermToGroupModelTest.php

@ -8,7 +8,7 @@ class PermToGroupModelTest extends CIDatabaseTestCase
{ {
protected $refresh = true; protected $refresh = true;
protected $basePath = TESTPATH . '../application' . 'Database/Migrations'; protected $basePath = FCPATH . '../app/Database/Migrations';
protected $namespace = 'App'; protected $namespace = 'App';

2
tests/Aauth/Database/PermToUserModelTest.php

@ -8,7 +8,7 @@ class PermToUserModelTest extends CIDatabaseTestCase
{ {
protected $refresh = true; protected $refresh = true;
protected $basePath = TESTPATH . '../application' . 'Database/Migrations'; protected $basePath = FCPATH . '../app/Database/Migrations';
protected $namespace = 'App'; protected $namespace = 'App';

2
tests/Aauth/Database/UserModelTest.php

@ -8,7 +8,7 @@ class UserModelTest extends CIDatabaseTestCase
{ {
protected $refresh = true; protected $refresh = true;
protected $basePath = TESTPATH . '../application' . 'Database/Migrations'; protected $basePath = FCPATH . '../app/Database/Migrations';
protected $namespace = 'App'; protected $namespace = 'App';

2
tests/Aauth/Database/UserVariableModelTest.php

@ -8,7 +8,7 @@ class UserVariableModelTest extends CIDatabaseTestCase
{ {
protected $refresh = true; protected $refresh = true;
protected $basePath = TESTPATH . '../application' . 'Database/Migrations'; protected $basePath = FCPATH . '../app/Database/Migrations';
protected $namespace = 'App'; protected $namespace = 'App';

2
tests/Aauth/Libraries/Aauth/AccessTest.php

@ -18,7 +18,7 @@ class AccessTest extends CIDatabaseTestCase
{ {
protected $refresh = true; protected $refresh = true;
protected $basePath = TESTPATH . '../application' . 'Database/Migrations'; protected $basePath = FCPATH . '../app/Database/Migrations';
protected $namespace = 'App'; protected $namespace = 'App';

2
tests/Aauth/Libraries/Aauth/GroupTest.php

@ -18,7 +18,7 @@ class GroupTest extends CIDatabaseTestCase
{ {
protected $refresh = true; protected $refresh = true;
protected $basePath = TESTPATH . '../application' . 'Database/Migrations'; protected $basePath = FCPATH . '../app/Database/Migrations';
protected $namespace = 'App'; protected $namespace = 'App';

2
tests/Aauth/Libraries/Aauth/GroupVariablesTest.php

@ -14,7 +14,7 @@ class GroupVariablesTest extends CIDatabaseTestCase
{ {
protected $refresh = true; protected $refresh = true;
protected $basePath = TESTPATH . '../application' . 'Database/Migrations'; protected $basePath = FCPATH . '../app/Database/Migrations';
protected $namespace = 'App'; protected $namespace = 'App';

2
tests/Aauth/Libraries/Aauth/LoginTest.php

@ -24,7 +24,7 @@ class LoginTest extends CIDatabaseTestCase
{ {
protected $refresh = true; protected $refresh = true;
protected $basePath = TESTPATH . '../application' . 'Database/Migrations'; protected $basePath = FCPATH . '../app/Database/Migrations';
protected $namespace = 'App'; protected $namespace = 'App';

2
tests/Aauth/Libraries/Aauth/PermTest.php

@ -14,7 +14,7 @@ class PermTest extends CIDatabaseTestCase
{ {
protected $refresh = true; protected $refresh = true;
protected $basePath = TESTPATH . '../application' . 'Database/Migrations'; protected $basePath = FCPATH . '../app/Database/Migrations';
protected $namespace = 'App'; protected $namespace = 'App';

2
tests/Aauth/Libraries/Aauth/UserTest.php

@ -14,7 +14,7 @@ class UserTest extends CIDatabaseTestCase
{ {
protected $refresh = true; protected $refresh = true;
protected $basePath = TESTPATH . '../application' . 'Database/Migrations'; protected $basePath = FCPATH . '../app/Database/Migrations';
protected $namespace = 'App'; protected $namespace = 'App';

2
tests/Aauth/Libraries/Aauth/UserVariablesTest.php

@ -18,7 +18,7 @@ class UserVariablesTest extends CIDatabaseTestCase
{ {
protected $refresh = true; protected $refresh = true;
protected $basePath = TESTPATH . '../application' . 'Database/Migrations'; protected $basePath = FCPATH . '../app/Database/Migrations';
protected $namespace = 'App'; protected $namespace = 'App';

Loading…
Cancel
Save