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 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
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
CakePHP Cookbook 2.x
Xdebug Testing Installing PHPUnit Test Database Setup Checking the Test Setup Test Case Conventions Creating Your First Test Case Running Tests Test Case Lifecycle Callbacks Fixtures Testing Models Testing Testing Controllers Testing Views Testing Components Testing Helpers Creating Test Suites Creating Tests for Plugins Integration with Jenkins REST The Simple Setup Accepting Input in Other Formats Modifying create a single table to store our posts. We’ll also throw in a few posts right now to use for testing purposes. Execute the following SQL statements into your database: /* First, create our posts table:0 码力 | 1096 页 | 958.62 KB | 1 年前3
CakePHP Cookbook 2.x
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 614 Testing . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . just create a single table to store our posts. We’ll also throw in a few posts right now to use for testing purposes. Execute the following SQL statements into your database: /* First, create our posts table: created DATETIME DEFAULT NULL, modified DATETIME DEFAULT NULL ); /* Then insert some posts for testing: */ INSERT INTO posts (title, body, created) VALUES ('The title', 'This is the post body.', NOW());0 码力 | 820 页 | 2.52 MB | 1 年前3
共 8 条
- 1













