PHP Classes

File: .phpstan/cache/PHPStan/3b/ca/3bca4560531b4fcf0cce7fa226650e833e0835fc.php

Recommend this page to a friend!
  Packages of Adrian M   PHP CRUD API Generator   .phpstan/cache/PHPStan/3b/ca/3bca4560531b4fcf0cce7fa226650e833e0835fc.php   Download  
File: .phpstan/cache/PHPStan/3b/ca/3bca4560531b4fcf0cce7fa226650e833e0835fc.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: PHP CRUD API Generator
Create an API to access MySQL database record
Author: By
Last change:
Date: 3 months ago
Size: 6,245 bytes
 

Contents

Class file image Download
<?php declare(strict_types = 1);

// odsl-d:\GitHub\PHP-CRUD-API-Generator\tests
return \PHPStan\Cache\CacheItem::__set_state(array(
  
'variableKey' => 'v1',
  
'data' =>
  array (
   
'd:\\GitHub\\PHP-CRUD-API-Generator\\tests\\AdvancedFilterTest.php' =>
    array (
     
0 => '6697a6c2461e7b17b3ac670a7e04c0b9607ab846',
     
1 =>
      array (
       
0 => 'advancedfiltertest',
      ),
     
2 =>
      array (
       
0 => 'setupbeforeclass',
       
1 => 'teardownafterclass',
       
2 => 'setup',
       
3 => 'testfieldselection',
       
4 => 'testfilterequals',
       
5 => 'testfiltergreaterthan',
       
6 => 'testfilterlessthan',
       
7 => 'testfilterlike',
       
8 => 'testfilterin',
       
9 => 'testfilternotin',
       
10 => 'testmultiplefilters',
       
11 => 'testcombinedfieldsandfilters',
       
12 => 'testbackwardcompatibility',
       
13 => 'testcount',
       
14 => 'testcountwithfilter',
       
15 => 'testcountwithmultiplefilters',
      ),
     
3 =>
      array (
      ),
    ),
   
'd:\\GitHub\\PHP-CRUD-API-Generator\\tests\\ApiGeneratorTest.php' =>
    array (
     
0 => 'fec339ff8a5d2d9c704441ba3f26b15fc041b6d7',
     
1 =>
      array (
       
0 => 'apigeneratortest',
      ),
     
2 =>
      array (
       
0 => 'setupbeforeclass',
       
1 => 'teardownafterclass',
       
2 => 'setup',
       
3 => 'testcreateandread',
       
4 => 'testupdate',
       
5 => 'testdelete',
       
6 => 'testlist',
      ),
     
3 =>
      array (
      ),
    ),
   
'd:\\GitHub\\PHP-CRUD-API-Generator\\tests\\api_test.php' =>
    array (
     
0 => '2f44f1a8a6c6c27f2fee8e97db9b9ec01b67de9a',
     
1 =>
      array (
      ),
     
2 =>
      array (
      ),
     
3 =>
      array (
      ),
    ),
   
'd:\\GitHub\\PHP-CRUD-API-Generator\\tests\\cache_test.php' =>
    array (
     
0 => '43aaf99b5f8cc3fe6cc45e2d0d557279af6a0f7c',
     
1 =>
      array (
      ),
     
2 =>
      array (
      ),
     
3 =>
      array (
      ),
    ),
   
'd:\\GitHub\\PHP-CRUD-API-Generator\\tests\\debug_login.php' =>
    array (
     
0 => 'af40a3c21a95c923fdf5e7ba5c46363bfe01e4bf',
     
1 =>
      array (
      ),
     
2 =>
      array (
      ),
     
3 =>
      array (
      ),
    ),
   
'd:\\GitHub\\PHP-CRUD-API-Generator\\tests\\dialect_mysql_test.php' =>
    array (
     
0 => '2654c18f4d4404eab4eafeeb87c0be4112394dff',
     
1 =>
      array (
      ),
     
2 =>
      array (
      ),
     
3 =>
      array (
      ),
    ),
   
'd:\\GitHub\\PHP-CRUD-API-Generator\\tests\\error_responder_test.php' =>
    array (
     
0 => '11c1b05c4f069f13a534d94c69c7f34224d60f4e',
     
1 =>
      array (
      ),
     
2 =>
      array (
      ),
     
3 =>
      array (
      ),
    ),
   
'd:\\GitHub\\PHP-CRUD-API-Generator\\tests\\json_login_test.php' =>
    array (
     
0 => 'cca555dd69065228e3ba920eb4f27c49d2851150',
     
1 =>
      array (
      ),
     
2 =>
      array (
      ),
     
3 =>
      array (
      ),
    ),
   
'd:\\GitHub\\PHP-CRUD-API-Generator\\tests\\jwt_login_test.php' =>
    array (
     
0 => 'ee08192d3b8b50f16d74ff574ecf3fedc015a081',
     
1 =>
      array (
      ),
     
2 =>
      array (
      ),
     
3 =>
      array (
      ),
    ),
   
'd:\\GitHub\\PHP-CRUD-API-Generator\\tests\\quick_login.php' =>
    array (
     
0 => '2c4dddf17917b22bd3b4286e057b9e43d0c29473',
     
1 =>
      array (
      ),
     
2 =>
      array (
      ),
     
3 =>
      array (
      ),
    ),
   
'd:\\GitHub\\PHP-CRUD-API-Generator\\tests\\RateLimiterTest.php' =>
    array (
     
0 => '5552e6c6b3993a3068dbc87e28157d05f421efbb',
     
1 =>
      array (
       
0 => 'ratelimitertest',
      ),
     
2 =>
      array (
       
0 => 'setup',
       
1 => 'teardown',
       
2 => 'testbasicratelimiting',
       
3 => 'testrequestcount',
       
4 => 'testremainingrequests',
       
5 => 'testratelimitreset',
       
6 => 'testwindowexpiration',
       
7 => 'testheaders',
       
8 => 'testdisabledratelimiting',
       
9 => 'testcustomlimits',
       
10 => 'testmultipleidentifiers',
       
11 => 'testresettime',
       
12 => 'testcleanup',
      ),
     
3 =>
      array (
      ),
    ),
   
'd:\\GitHub\\PHP-CRUD-API-Generator\\tests\\ratelimit_middleware_test.php' =>
    array (
     
0 => '2ef844524a397ef71baaef7be217f9150d319d23',
     
1 =>
      array (
      ),
     
2 =>
      array (
      ),
     
3 =>
      array (
      ),
    ),
   
'd:\\GitHub\\PHP-CRUD-API-Generator\\tests\\rbac_guard_test.php' =>
    array (
     
0 => '4bc858405294a34a8dee7c6a98d77f0af06b4fe1',
     
1 =>
      array (
      ),
     
2 =>
      array (
      ),
     
3 =>
      array (
      ),
    ),
   
'd:\\GitHub\\PHP-CRUD-API-Generator\\tests\\RequestLoggerTest.php' =>
    array (
     
0 => 'b46b177ce3ff49c5bdecf7341c342ba644f581bc',
     
1 =>
      array (
       
0 => 'requestloggertest',
      ),
     
2 =>
      array (
       
0 => 'setup',
       
1 => 'teardown',
       
2 => 'testbasicrequestlogging',
       
3 => 'testsensitivedataredaction',
       
4 => 'testauthenticationlogging',
       
5 => 'testratelimitlogging',
       
6 => 'testerrorlogging',
       
7 => 'testquickrequestlogging',
       
8 => 'testlogstatistics',
       
9 => 'testdisabledlogging',
       
10 => 'testlogrotation',
       
11 => 'testcleanup',
       
12 => 'testloglevels',
      ),
     
3 =>
      array (
      ),
    ),
   
'd:\\GitHub\\PHP-CRUD-API-Generator\\tests\\test_all.php' =>
    array (
     
0 => '7345ef7ed311617a54d0e1b03459683a6a2420d0',
     
1 =>
      array (
      ),
     
2 =>
      array (
      ),
     
3 =>
      array (
      ),
    ),
   
'd:\\GitHub\\PHP-CRUD-API-Generator\\tests\\validator_test.php' =>
    array (
     
0 => 'fb7b0d95272fa79dbd30bd77ef7102b9db0d210f',
     
1 =>
      array (
      ),
     
2 =>
      array (
      ),
     
3 =>
      array (
      ),
    ),
   
'd:\\GitHub\\PHP-CRUD-API-Generator\\tests\\_rbac_guard_denied.php' =>
    array (
     
0 => 'a0adef2273bcd3d2bf86a39ba7d537e1b60ffcca',
     
1 =>
      array (
      ),
     
2 =>
      array (
      ),
     
3 =>
      array (
      ),
    ),
  ),
));