Changeset 51403 for trunk/tests/phpunit/tests/import/base.php
- Timestamp:
- 07/11/2021 12:41:48 PM (5 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/import/base.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/import/base.php
r47122 r51403 25 25 $file = realpath( $filename ); 26 26 27 $this->assert True( ! empty( $file ), 'Path to import file is empty.' );27 $this->assertNotEmpty( $file, 'Path to import file is empty.' ); 28 28 $this->assertTrue( is_file( $file ), 'Import file is not a file.' ); 29 29
Note: See TracChangeset
for help on using the changeset viewer.