File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,6 @@ public function test_cluster_can_get_correct_config_for_token_socket_connection(
9090 $ cluster = KubernetesCluster::fromUrl ('http://127.0.0.1:8080 ' )->loadTokenFromFile (__DIR__ .'/cluster/token.txt ' );
9191
9292 $ reflectionMethod = new \ReflectionMethod ($ cluster , 'buildStreamContextOptions ' );
93- $ reflectionMethod ->setAccessible (true );
9493
9594 $ options = $ reflectionMethod ->invoke ($ cluster );
9695
@@ -110,7 +109,6 @@ public function test_cluster_can_get_correct_config_for_user_pass_socket_connect
110109 $ cluster = KubernetesCluster::fromUrl ('http://127.0.0.1:8080 ' )->httpAuthentication ('some-user ' , 'some-password ' );
111110
112111 $ reflectionMethod = new \ReflectionMethod ($ cluster , 'buildStreamContextOptions ' );
113- $ reflectionMethod ->setAccessible (true );
114112
115113 $ options = $ reflectionMethod ->invoke ($ cluster );
116114
@@ -130,7 +128,6 @@ public function test_cluster_can_get_correct_config_for_ssl_socket_connection()
130128 $ cluster = KubernetesCluster::fromKubeConfigYamlFile (__DIR__ .'/cluster/kubeconfig.yaml ' , 'minikube-2 ' );
131129
132130 $ reflectionMethod = new \ReflectionMethod ($ cluster , 'buildStreamContextOptions ' );
133- $ reflectionMethod ->setAccessible (true );
134131
135132 $ options = $ reflectionMethod ->invoke ($ cluster );
136133
You can’t perform that action at this time.
0 commit comments