mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Fix PHPCS error.
This commit is contained in:
parent
77e8661cb7
commit
d39c744c28
1 changed files with 1 additions and 2 deletions
|
@ -604,8 +604,7 @@ class FileTest extends CakeTestCase {
|
|||
*
|
||||
* @return void
|
||||
*/
|
||||
public function testNoPartialPathBeingSetForNonExistentPath()
|
||||
{
|
||||
public function testNoPartialPathBeingSetForNonExistentPath() {
|
||||
$tmpFile = new File('/non/existent/file');
|
||||
$this->assertNull($tmpFile->pwd());
|
||||
$this->assertNull($tmpFile->path);
|
||||
|
|
Loading…
Reference in a new issue