Changeset 44118 for trunk/tests/phpunit/tests/blocks/block-parser.php
- Timestamp:
- 12/13/2018 06:11:10 PM (6 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/5.0 merged: 43752
- Property svn:mergeinfo changed
-
trunk/tests/phpunit/tests/blocks/block-parser.php
r44116 r44118 60 60 foreach ( array( $html_path, $parsed_json_path ) as $filename ) { 61 61 if ( ! file_exists( $filename ) ) { 62 //throw new Exception( "Missing fixture file: '$filename'" );62 throw new Exception( "Missing fixture file: '$filename'" ); 63 63 } 64 64 } … … 117 117 return str_replace( "\r", '', $input ); 118 118 } 119 120 119 }
Note: See TracChangeset
for help on using the changeset viewer.