Skip to content

Commit

Permalink
Leftover from 46c9022
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Sep 8, 2018
1 parent 7f4a153 commit 80d7d6c
Show file tree
Hide file tree
Showing 47 changed files with 50 additions and 50 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class Foo
}
}

require __DIR__ . '/../../../../vendor/autoload.php';
require __DIR__ . '/../../../vendor/autoload.php';

$generator = new \PHPUnit\Framework\MockObject\Generator;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class Issue3154
return $z."sum: ".($i+$j).$v;
}
}
require __DIR__ . '/../../../../vendor/autoload.php';
require __DIR__ . '/../../../vendor/autoload.php';

$generator = new \PHPUnit\Framework\MockObject\Generator;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class C
}
}

require __DIR__ . '/../../../../vendor/autoload.php';
require __DIR__ . '/../../../vendor/autoload.php';

$generator = new \PHPUnit\Framework\MockObject\Generator;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ abstract class Foo
abstract protected function three();
}

require __DIR__ . '/../../../../vendor/autoload.php';
require __DIR__ . '/../../../vendor/autoload.php';

$generator = new \PHPUnit\Framework\MockObject\Generator;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class Foo
}
}

require __DIR__ . '/../../../../vendor/autoload.php';
require __DIR__ . '/../../../vendor/autoload.php';

$generator = new \PHPUnit\Framework\MockObject\Generator;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class Foo
}
}

require __DIR__ . '/../../../../vendor/autoload.php';
require __DIR__ . '/../../../vendor/autoload.php';

$generator = new \PHPUnit\Framework\MockObject\Generator;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class Foo
}
}

require __DIR__ . '/../../../../vendor/autoload.php';
require __DIR__ . '/../../../vendor/autoload.php';

$generator = new \PHPUnit\Framework\MockObject\Generator;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class Foo
}
}

require __DIR__ . '/../../../../vendor/autoload.php';
require __DIR__ . '/../../../vendor/autoload.php';

$generator = new \PHPUnit\Framework\MockObject\Generator;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class Foo
}
}

require __DIR__ . '/../../../../vendor/autoload.php';
require __DIR__ . '/../../../vendor/autoload.php';

$generator = new \PHPUnit\Framework\MockObject\Generator;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class Foo implements IFoo
}
}

require __DIR__ . '/../../../../vendor/autoload.php';
require __DIR__ . '/../../../vendor/autoload.php';

$generator = new \PHPUnit\Framework\MockObject\Generator;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class Foo implements IFoo
}
}

require __DIR__ . '/../../../../vendor/autoload.php';
require __DIR__ . '/../../../vendor/autoload.php';

$generator = new \PHPUnit\Framework\MockObject\Generator;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class Foo
}
}

require __DIR__ . '/../../../../vendor/autoload.php';
require __DIR__ . '/../../../vendor/autoload.php';

$generator = new \PHPUnit\Framework\MockObject\Generator;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class ClassWithDeprecatedMethod
}
}

require __DIR__ . '/../../../../vendor/autoload.php';
require __DIR__ . '/../../../vendor/autoload.php';

$generator = new \PHPUnit\Framework\MockObject\Generator;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class Foo
}
}

require __DIR__ . '/../../../../vendor/autoload.php';
require __DIR__ . '/../../../vendor/autoload.php';

$generator = new \PHPUnit\Framework\MockObject\Generator;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class ClassWithMethodWithNullableTypehintedVariadicArguments
}
}

require __DIR__ . '/../../../../vendor/autoload.php';
require __DIR__ . '/../../../vendor/autoload.php';

$generator = new \PHPUnit\Framework\MockObject\Generator;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class ClassWithMethodWithTypehintedVariadicArguments
}
}

require __DIR__ . '/../../../../vendor/autoload.php';
require __DIR__ . '/../../../vendor/autoload.php';

$generator = new \PHPUnit\Framework\MockObject\Generator;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class ClassWithMethodWithVariadicArguments
}
}

require __DIR__ . '/../../../../vendor/autoload.php';
require __DIR__ . '/../../../vendor/autoload.php';

$generator = new \PHPUnit\Framework\MockObject\Generator;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class Foo
}
}

require __DIR__ . '/../../../../vendor/autoload.php';
require __DIR__ . '/../../../vendor/autoload.php';

$generator = new \PHPUnit\Framework\MockObject\Generator;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ interface Foo
public function bar(Foo $foo);
}

require __DIR__ . '/../../../../vendor/autoload.php';
require __DIR__ . '/../../../vendor/autoload.php';

$generator = new \PHPUnit\Framework\MockObject\Generator;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class Foo
}
}

require __DIR__ . '/../../../../vendor/autoload.php';
require __DIR__ . '/../../../vendor/autoload.php';

$generator = new \PHPUnit\Framework\MockObject\Generator;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class Foo
}
}

require __DIR__ . '/../../../../vendor/autoload.php';
require __DIR__ . '/../../../vendor/autoload.php';

$generator = new \PHPUnit\Framework\MockObject\Generator;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class Foo
}
}

require __DIR__ . '/../../../../vendor/autoload.php';
require __DIR__ . '/../../../vendor/autoload.php';

$generator = new \PHPUnit\Framework\MockObject\Generator;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class Foo
}
}

require __DIR__ . '/../../../../vendor/autoload.php';
require __DIR__ . '/../../../vendor/autoload.php';

$generator = new \PHPUnit\Framework\MockObject\Generator;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class Foo
}
}

require __DIR__ . '/../../../../vendor/autoload.php';
require __DIR__ . '/../../../vendor/autoload.php';

$generator = new \PHPUnit\Framework\MockObject\Generator;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class Foo
}
}

require __DIR__ . '/../../../../vendor/autoload.php';
require __DIR__ . '/../../../vendor/autoload.php';

$generator = new \PHPUnit\Framework\MockObject\Generator;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class Foo implements IFoo
}
}

require __DIR__ . '/../../../../vendor/autoload.php';
require __DIR__ . '/../../../vendor/autoload.php';

$generator = new \PHPUnit\Framework\MockObject\Generator;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class Foo implements IFoo
}
}

require __DIR__ . '/../../../../vendor/autoload.php';
require __DIR__ . '/../../../vendor/autoload.php';

$generator = new \PHPUnit\Framework\MockObject\Generator;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class Foo
}
}

require __DIR__ . '/../../../../vendor/autoload.php';
require __DIR__ . '/../../../vendor/autoload.php';

$generator = new \PHPUnit\Framework\MockObject\Generator;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ interface Foo
public function bar(Foo $foo);
}

require __DIR__ . '/../../../../vendor/autoload.php';
require __DIR__ . '/../../../vendor/autoload.php';

$generator = new \PHPUnit\Framework\MockObject\Generator;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
\PHPUnit\Framework\MockObject\Generator::generate('NonExistentClass', [], 'MockFoo', true, true)
--FILE--
<?php
require __DIR__ . '/../../../../vendor/autoload.php';
require __DIR__ . '/../../../vendor/autoload.php';

$generator = new \PHPUnit\Framework\MockObject\Generator;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
\PHPUnit\Framework\MockObject\Generator::generate('Foo', [], 'MockFoo', true, true)
--FILE--
<?php
require __DIR__ . '/../../../../vendor/autoload.php';
require __DIR__ . '/../../../vendor/autoload.php';

$generator = new \PHPUnit\Framework\MockObject\Generator;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
\PHPUnit\Framework\MockObject\Generator::generate('Foo', [], 'MockFoo', true, true)
--FILE--
<?php
require __DIR__ . '/../../../../vendor/autoload.php';
require __DIR__ . '/../../../vendor/autoload.php';

$generator = new \PHPUnit\Framework\MockObject\Generator;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class Foo
}
}

require __DIR__ . '/../../../../vendor/autoload.php';
require __DIR__ . '/../../../vendor/autoload.php';

$generator = new \PHPUnit\Framework\MockObject\Generator;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class Foo
}
}

require __DIR__ . '/../../../../vendor/autoload.php';
require __DIR__ . '/../../../vendor/autoload.php';

$generator = new \PHPUnit\Framework\MockObject\Generator;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ interface Foo
public function bar(): Closure;
}

require __DIR__ . '/../../../../vendor/autoload.php';
require __DIR__ . '/../../../vendor/autoload.php';

$generator = new \PHPUnit\Framework\MockObject\Generator;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class Foo
}
}

require __DIR__ . '/../../../../vendor/autoload.php';
require __DIR__ . '/../../../vendor/autoload.php';

$generator = new \PHPUnit\Framework\MockObject\Generator;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ interface Foo
public function bar(): Generator;
}

require __DIR__ . '/../../../../vendor/autoload.php';
require __DIR__ . '/../../../vendor/autoload.php';

$generator = new \PHPUnit\Framework\MockObject\Generator;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ interface Foo
public function bar(string $baz): ?string;
}

require __DIR__ . '/../../../../vendor/autoload.php';
require __DIR__ . '/../../../vendor/autoload.php';

$generator = new \PHPUnit\Framework\MockObject\Generator;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class Foo
}
}

require __DIR__ . '/../../../../vendor/autoload.php';
require __DIR__ . '/../../../vendor/autoload.php';

$generator = new \PHPUnit\Framework\MockObject\Generator;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class Bar extends Foo
}
}

require __DIR__ . '/../../../../vendor/autoload.php';
require __DIR__ . '/../../../vendor/autoload.php';

$generator = new \PHPUnit\Framework\MockObject\Generator;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ interface Foo
public function bar(string $baz): self;
}

require __DIR__ . '/../../../../vendor/autoload.php';
require __DIR__ . '/../../../vendor/autoload.php';

$generator = new \PHPUnit\Framework\MockObject\Generator;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class Foo
}
}

require __DIR__ . '/../../../../vendor/autoload.php';
require __DIR__ . '/../../../vendor/autoload.php';

$generator = new \PHPUnit\Framework\MockObject\Generator;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ interface Foo
public function bar(string $baz): void;
}

require __DIR__ . '/../../../../vendor/autoload.php';
require __DIR__ . '/../../../vendor/autoload.php';

$generator = new \PHPUnit\Framework\MockObject\Generator;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class Foo
}
}

require __DIR__ . '/../../../../vendor/autoload.php';
require __DIR__ . '/../../../vendor/autoload.php';

$generator = new \PHPUnit\Framework\MockObject\Generator;

Expand Down
Loading

0 comments on commit 80d7d6c

Please sign in to comment.