pèassaggio su rete esterna da sistemare tag mailinglist

This commit is contained in:
2026-06-17 18:15:13 +02:00
parent 6909e21b67
commit 9d649180a6
2432 changed files with 25 additions and 322208 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;