- Timestamp:
- 10/18/2018 11:53:49 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0/tests/phpunit/tests/blocks/block-parser.php
r43751 r43752 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.