◆ setUp()
  
  
      
        
          | SequentialConstraintTest::setUp  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
protected   | 
  
 
Definition at line 33 of file SequentialConstraintTest.php.
References ILIAS\Repository\lng(), and ILIAS\Repository\refinery().
   36         $this->
lng = $this->createMock(
ILIAS\Language\Language::class);
    41         $greater_than_3 = $group->constraint(
    48         $less_than_5 = $group->constraint(
    57             ->sequential([$greater_than_3, $less_than_5]);
 Interface Observer  Contains several chained tasks and infos about them. 
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
 
 
 
◆ testAccepts()
      
        
          | SequentialConstraintTest::testAccepts  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ testCheckFails()
      
        
          | SequentialConstraintTest::testCheckFails  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ testCheckSucceed()
      
        
          | SequentialConstraintTest::testCheckSucceed  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ testNoProblemWith()
      
        
          | SequentialConstraintTest::testNoProblemWith  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ testNotAccepts()
      
        
          | SequentialConstraintTest::testNotAccepts  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ testProblemWith1()
      
        
          | SequentialConstraintTest::testProblemWith1  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ testProblemWith2()
      
        
          | SequentialConstraintTest::testProblemWith2  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ testRestrictError()
      
        
          | SequentialConstraintTest::testRestrictError  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ testRestrictNotOk()
      
        
          | SequentialConstraintTest::testRestrictNotOk  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ testRestrictOk()
      
        
          | SequentialConstraintTest::testRestrictOk  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ testWithProblemBuilder()
      
        
          | SequentialConstraintTest::testWithProblemBuilder  | 
          ( | 
           | ) | 
           | 
        
      
 
Definition at line 129 of file SequentialConstraintTest.php.
  131         $new_c = $this->c->withProblemBuilder(
static function (): 
string {
   132             return "This was a fault";
   134         $this->assertEquals(
"This was a fault", $new_c->problemWith(7));
  
 
 
◆ $c
◆ $df
  
  
      
        
          | DataFactory SequentialConstraintTest::$df | 
         
       
   | 
  
private   | 
  
 
 
◆ $lng
  
  
      
        
          | ILIAS Language Language SequentialConstraintTest::$lng | 
         
       
   | 
  
private   | 
  
 
 
◆ $refinery
  
  
      
        
          | Refinery SequentialConstraintTest::$refinery | 
         
       
   | 
  
private   | 
  
 
 
The documentation for this class was generated from the following file: