fix vari - doc - viste

This commit is contained in:
2026-06-23 08:48:11 +02:00
parent def8d22544
commit f2ea5e160b
2433 changed files with 66 additions and 322211 deletions
@@ -1,7 +0,0 @@
<?php
/*
Copyright (c) 2009-2010 hamcrest.org
*/
// This file is generated from the static method @factory doctags.
@@ -1,24 +0,0 @@
if (!function_exists('assertThat')) {
/**
* Make an assertion and throw {@link Hamcrest_AssertionError} if it fails.
*
* Example:
* <pre>
* //With an identifier
* assertThat("assertion identifier", $apple->flavour(), equalTo("tasty"));
* //Without an identifier
* assertThat($apple->flavour(), equalTo("tasty"));
* //Evaluating a boolean expression
* assertThat("some error", $a > $b);
* </pre>
*/
function assertThat()
{
$args = func_get_args();
call_user_func_array(
array('Hamcrest\MatcherAssert', 'assertThat'),
$args
);
}
}
@@ -1 +0,0 @@
}
@@ -1,7 +0,0 @@
/**
* A series of static factories for all hamcrest matchers.
*/
class Matchers
{
@@ -1,2 +0,0 @@
namespace Hamcrest;