Changeset 39173 for trunk/tests/phpunit/tests/dependencies/backbonejs.php
- Timestamp:
- 11/08/2016 11:49:11 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/dependencies/backbonejs.php
r37723 r39173 9 9 function test_exclusion_of_sourcemaps() { 10 10 $file = ABSPATH . WPINC . '/js/backbone.min.js'; 11 $this->assert True( file_exists( $file ));11 $this->assertFileExists( $file ); 12 12 $contents = trim( file_get_contents( $file ) ); 13 13 $this->assertFalse( strpos( $contents, 'sourceMappingURL' ), 'Presence of sourceMappingURL' );
Note: See TracChangeset
for help on using the changeset viewer.