CakePHP Cookbook Documentation 5.xConfiguring Transports Mailer::drop Creating Custom Transports Sending emails without using Mailer Testing Mailers Assertion methods Error & Exception Handling Configuration Deprecation Warnings Changing Application Plugin Assets Linking to Assets in Plugins Components, Helpers and Behaviors Commands Testing your Plugin Publishing your Plugin Plugin Map File Manage Your Plugins using Mixer REST Getting the Session Session::destroy() Rotating Session Identifiers Session::renew() Flash Messages Testing Installing PHPUnit Install PHPUnit with Composer Using the PHAR File Test Database Setup Checking0 码力 | 1080 页 | 939.39 KB | 1 年前3
CakePHP Cookbook Documentation 5.xwithout using Mailer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 574 Testing Mailers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 648 Testing your Plugin . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 673 29 Testing 675 Installing PHPUnit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .0 码力 | 848 页 | 2.53 MB | 1 年前3
CakePHP Cookbook 3.x
Actions Public Making Actions Require Authorization Using ControllerAuthorize Configuration options Testing Actions Protected By AuthComponent Caching Configuring Cache Engines Engine Options FileEngine Address Validation Rules Sending Messages Quickly Sending Emails from CLI Creating Reusable Emails Testing Email Assertion methods Error & Exception Handling Error & Exception Configuration Changing Exception Application Plugin Assets Linking to Assets in Plugins Components, Helpers and Behaviors Commands Testing your Plugin Publishing your Plugin Plugin Map File Manage Your Plugins using Mixer REST The Simple0 码力 | 1244 页 | 1.05 MB | 1 年前3
CakePHP Cookbook 4.x
Actions Public Making Actions Require Authorization Using ControllerAuthorize Configuration options Testing Actions Protected By AuthComponent Caching Cache Configuring Cache Engines Cache::setConfig Engine Configuring Transports Mailer::drop Creating Custom Transports Sending emails without using Mailer Testing Mailers Assertion methods Error & Exception Handling Error & Exception Configuration Deprecation Application Plugin Assets Linking to Assets in Plugins Components, Helpers and Behaviors Commands Testing your Plugin Publishing your Plugin Plugin Map File Manage Your Plugins using Mixer REST The Simple0 码力 | 1249 页 | 1.04 MB | 1 年前3
CakePHP Cookbook 3.x
Emails . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 707 Testing Email . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 770 Testing your Plugin . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 788 28 Testing 789 Installing PHPUnit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .0 码力 | 967 页 | 2.80 MB | 1 年前3
CakePHP Cookbook 4.x
without using Mailer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 681 Testing Mailers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 750 Testing your Plugin . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 775 28 Testing 777 Installing PHPUnit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .0 码力 | 967 页 | 2.88 MB | 1 年前3
Falcon v3.1.0 Documentation. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 278 5.4.16 Testing Helpers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 288 i adherence to RFCs • Idiomatic HTTP error responses • Straightforward exception handling • Snappy testing with WSGI/ASGI helpers and mocks • CPython 3.5+ and PyPy 3.5+ support 7 Falcon Documentation, adherence to RFCs • Idiomatic HTTP error responses • Straightforward exception handling • Snappy testing with WSGI/ASGI helpers and mocks • CPython 3.5+ and PyPy 3.5+ support 11 Falcon Documentation0 码力 | 362 页 | 1.29 MB | 1 年前3
Falcon v1.2.0 DocumentationRequest & Response Cookies Status Codes Error Handling Redirection Middleware Hooks Routing Utilities Testing Changelogs 1.2.0 1.1.0 1.0.0 0.3.0 0.2.0 Community Guide Get Help Contribute to Falcon FAQ Get subsequent requests. By default, Falcon enables the secure cookie attribute. Therefore, if you are testing your app over HTTP (instead of HTTPS), the client will not send the cookie in subsequent requests Quickstart Learning by Example More Features Tutorial First Steps Hosting Your App Creating Resources Testing your application Request and Response Objects Refactoring for testability Functional tests Serving0 码力 | 177 页 | 252.56 KB | 1 年前3
Falcon v1.2.0 Documentationsubsequent requests. By default, Falcon enables the secure cookie attribute. Therefore, if you are testing your app over HTTP (instead of HTTPS), the client will not send the cookie in subsequent requests --reload), and then try sending a GET request to the revised resource: $ http localhost:8000/images Testing your application Fully exercising your code is critical to creating a robust application. Let’s Falcon supports testing its API object by simulating HTTP requests. Tests can either be written using Python’s standard unittest module, or with any of a number of third-party testing frameworks, such0 码力 | 134 页 | 498.46 KB | 1 年前3
Falcon v3.1.0 DocumentationStrict adherence to RFCs Idiomatic HTTP error responses Straightforward exception handling Snappy testing with WSGI/ASGI helpers and mocks CPython 3.5+ and PyPy 3.5+ support Who’s Using Falcon? Falcon Example A More Complex Example Tutorial (WSGI) First Steps Hosting Your App Creating Resources Testing your application Request and Response Objects Refactoring for testability Functional tests Serving Configuration Image Store Images Resource(s) Running Our Application Dynamic Thumbnails Caching Responses Testing Our Application Code Coverage What Now? Recipes Capitalizing Response Header Names Parsing Nested0 码力 | 537 页 | 474.34 KB | 1 年前3
共 65 条
- 1
- 2
- 3
- 4
- 5
- 6
- 7













