PHP Classes

File: .phpstan/cache/PHPStan/d9/54/d9548793e6e65a512f1fc4757802d5502c801716.php

Recommend this page to a friend!
  Packages of Adrian M   PHP CRUD API Generator   .phpstan/cache/PHPStan/d9/54/d9548793e6e65a512f1fc4757802d5502c801716.php   Download  
File: .phpstan/cache/PHPStan/d9/54/d9548793e6e65a512f1fc4757802d5502c801716.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: 4 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 => '6541c2f4b05b79eb043d03a16074e0022d8d113d',
     
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 => 'fe1b8c7e1765d67e8c02e60bc6320c9c8487bf93',
     
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 => '7c501bd5b839a7666dfc8d6164b811604bca0e9c',
     
1 =>
      array (
      ),
     
2 =>
      array (
      ),
     
3 =>
      array (
      ),
    ),
   
'D:\\GitHub\\PHP-CRUD-API-Generator\\tests\\error_responder_test.php' =>
    array (
     
0 => '7a507b8bf90d9eb635cf804285fcc89052d038d7',
     
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 => '25d4c7d38a3af0c3c75d241fd12f6563b937ecd8',
     
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 => 'a6a5ee83d1a001587021d149c0762701d5033394',
     
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 => '7cf8b5c3324ac25d625e157976b1c03209885c56',
     
1 =>
      array (
      ),
     
2 =>
      array (
      ),
     
3 =>
      array (
      ),
    ),
   
'D:\\GitHub\\PHP-CRUD-API-Generator\\tests\\validator_test.php' =>
    array (
     
0 => 'a1cc31feab8036cc6d95ad5c958c670f05b45296',
     
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 (
      ),
    ),
  ),
));