Fernando Alonso 7 年之前
父节点
当前提交
69d3c28229
共有 3 个文件被更改,包括 0 次插入22 次删除
  1. 0 21
      behat/testScreenshot/dir.php
  2. 0 0
      behat/testScreenshot/minioUpdate.php
  3. 0 1
      behat/testScreenshot/testkey_local

+ 0 - 21
behat/testScreenshot/dir.php

@@ -1,21 +0,0 @@
-<?php
-use Symfony\Component\Finder\Finder;
-require 'vendor/autoload.php';
-		$finder = new Finder();
-		$finder->files()->in('tests/_output/debug/');
-
-		foreach ($finder as $file) {
-			echo "\n Dump the absolute path \n";
-
-// Dump the absolute path
-	    	var_dump($file->getRealPath());
-			echo "\n Dump the relative path to the file, omitting the filename \n";
-
-// Dump the relative path to the file, omitting the filename
-	    	var_dump($file->getRelativePath());
-			echo "\n Dump the relative path to the file \n";
-
-// Dump the relative path to the file
-	    	var_dump($file->getRelativePathname());
-			echo "\n ---- \n";		
-		}

behat/testScreenshot/example.php → behat/testScreenshot/minioUpdate.php


+ 0 - 1
behat/testScreenshot/testkey_local

@@ -1 +0,0 @@
-Hello Fer!!